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

Ericu950
/
intertext-classical-swedish-window

Sentence Similarity
sentence-transformers
Safetensors
Ancient Greek (to 1453)
Latin
Swedish
xlm-roberta
feature-extraction
bge-m3
cross-lingual
classical-philology
intertextuality
citation-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ericu950/intertext-classical-swedish-window with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Ericu950/intertext-classical-swedish-window with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Ericu950/intertext-classical-swedish-window")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
intertext-classical-swedish-window
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ericu950's picture
Ericu950
Update README.md
0085b9f verified about 20 hours ago
  • 1_Pooling
    Initial release: v3-windows about 20 hours ago
  • .gitattributes
    1.57 kB
    Initial release: v3-windows about 20 hours ago
  • README.md
    6.11 kB
    Update README.md about 20 hours ago
  • config.json
    743 Bytes
    Initial release: v3-windows about 20 hours ago
  • config_sentence_transformers.json
    282 Bytes
    Initial release: v3-windows about 20 hours ago
  • model.safetensors
    2.27 GB
    xet
    Initial release: v3-windows about 20 hours ago
  • modules.json
    349 Bytes
    Initial release: v3-windows about 20 hours ago
  • sentence_bert_config.json
    57 Bytes
    Initial release: v3-windows about 20 hours ago
  • tokenizer.json
    17.1 MB
    xet
    Initial release: v3-windows about 20 hours ago
  • tokenizer_config.json
    569 Bytes
    Initial release: v3-windows about 20 hours ago