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

style-anon
/
StyleECU-es

sentence-transformers
Safetensors
Spanish
xlm-roberta
style-embeddings
stylometry
spanish
contrastive-learning
Model card Files Files and versions
xet
Community

Instructions to use style-anon/StyleECU-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use style-anon/StyleECU-es with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("style-anon/StyleECU-es")
    
    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
StyleECU-es
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
style-anon's picture
style-anon
Upload README.md with huggingface_hub
5ca71f8 verified 16 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 16 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 16 days ago
  • README.md
    1.7 kB
    Upload README.md with huggingface_hub 16 days ago
  • config.json
    741 Bytes
    Upload folder using huggingface_hub 16 days ago
  • config_sentence_transformers.json
    281 Bytes
    Upload folder using huggingface_hub 16 days ago
  • model.safetensors
    1.11 GB
    xet
    Upload folder using huggingface_hub 16 days ago
  • modules.json
    277 Bytes
    Upload folder using huggingface_hub 16 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub 16 days ago
  • tokenizer.json
    16.8 MB
    xet
    Upload folder using huggingface_hub 16 days ago
  • tokenizer_config.json
    392 Bytes
    Upload folder using huggingface_hub 16 days ago