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

ctu-aic
/
xlm-roberta-large-squad2-csfever_v2-precision

Text Classification
sentence-transformers
PyTorch
Safetensors
Czech
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ctu-aic/xlm-roberta-large-squad2-csfever_v2-precision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ctu-aic/xlm-roberta-large-squad2-csfever_v2-precision with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ctu-aic/xlm-roberta-large-squad2-csfever_v2-precision")
    
    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
xlm-roberta-large-squad2-csfever_v2-precision
4.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
mlynatom's picture
mlynatom
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
caf55fa verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    949 Bytes
    Update README.md about 3 years ago
  • config.json
    976 Bytes
    First version about 3 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    2.24 GB
    xet
    First version about 3 years ago
  • special_tokens_map.json
    167 Bytes
    First version about 3 years ago
  • temperature.ckpt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    4.89 kB
    xet
    temperature added about 3 years ago
  • tokenizer.json
    17.1 MB
    First version about 3 years ago
  • tokenizer_config.json
    617 Bytes
    First version about 3 years ago