Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

am-azadi
/
UAE-Large-V1_Fine_Tuned_3e

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:25743
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use am-azadi/UAE-Large-V1_Fine_Tuned_3e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use am-azadi/UAE-Large-V1_Fine_Tuned_3e with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("am-azadi/UAE-Large-V1_Fine_Tuned_3e")
    
    sentences = [
        "The good news: That was it with the vaccination terror Every compulsory vaccination is now illegal from the outset. The Council of Europe (not to be confused with the EU), to which all European states belong with the exception of Belarus, Kosovo and the Vatican and which is the body responsible for the European Court of Human Rights, passed a resolution on January 27th, 2021 in its resolution 2361/2021 that no one may be vaccinated against their will, under pressure. The 47 member states are asked to point out before vaccination that vaccination is not compulsory and that the non-vaccinated person must not be discriminated against. Discrimination is expressly prohibited even if there are health risks or if someone does not want to be vaccinated. Vaccine manufacturers are encouraged to publish all information on the safety of the vaccines. With this resolution, the most important human rights organization in Europe has now set standards and obligations, as well as created guidelines under international law that are to be applied by the 47 member states, including the EU as an organization. Discrimination in the workplace, for example, or a ban on travel for the unvaccinated are thus legally excluded. You can now invoke it in every court case, before every authority, every employer, every tour operator, every home manager, etc.",
        "Mike Tyson prays in coffee shop which has “dogs and Muslims are not allowed” sign",
        "The Council of Europe has declared mandatory corona vaccination illegal",
        "CDC chief admits most Covid deaths were people with comorbidities"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
UAE-Large-V1_Fine_Tuned_3e
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
am-azadi's picture
am-azadi
Upload folder using huggingface_hub
9a7bbec verified over 1 year ago
  • 1_Pooling
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    26.8 kB
    Upload folder using huggingface_hub over 1 year ago
  • config.json
    675 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • model.safetensors
    1.34 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub over 1 year ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub over 1 year ago