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

ai-forever
/
FRIDA

Feature Extraction
sentence-transformers
Safetensors
Transformers
Russian
English
t5
mteb
Eval Results (legacy)
Model card Files Files and versions
xet
Community
7

Instructions to use ai-forever/FRIDA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ai-forever/FRIDA with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ai-forever/FRIDA")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Transformers

    How to use ai-forever/FRIDA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ai-forever/FRIDA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ai-forever/FRIDA")
    model = AutoModel.from_pretrained("ai-forever/FRIDA")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
FRIDA
3.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
bulatovv's picture
bulatovv
Добавлен пропавший промпт в конфиг sentence_transformers
d5e72e7 verified about 1 year ago
  • 1_Pooling
    add model weights & configs over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    53.2 kB
    Update README.md over 1 year ago
  • config.json
    823 Bytes
    add model weights & configs over 1 year ago
  • config_sentence_transformers.json
    509 Bytes
    Добавлен пропавший промпт в конфиг sentence_transformers about 1 year ago
  • img.jpg
    107 kB
    Upload img.jpg over 1 year ago
  • merges.txt
    1.68 MB
    add model weights & configs over 1 year ago
  • model.safetensors
    3.29 GB
    xet
    add model weights & configs over 1 year ago
  • modules.json
    349 Bytes
    add model weights & configs over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    add model weights & configs over 1 year ago
  • special_tokens_map.json
    958 Bytes
    add model weights & configs over 1 year ago
  • tokenizer.json
    5.59 MB
    add model weights & configs over 1 year ago
  • tokenizer_config.json
    1.19 kB
    add model weights & configs over 1 year ago
  • vocab.json
    2.7 MB
    add model weights & configs over 1 year ago