Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

eunkey
/
roberta-sts

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use eunkey/roberta-sts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use eunkey/roberta-sts with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="eunkey/roberta-sts")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("eunkey/roberta-sts")
    model = AutoModelForSequenceClassification.from_pretrained("eunkey/roberta-sts")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-sts
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
eunkey's picture
eunkey
add tokenizer
2dae31c almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    901 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.35 GB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    156 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    752 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    582 Bytes
    add tokenizer almost 4 years ago
  • vocab.txt
    248 kB
    add tokenizer almost 4 years ago