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

JeremiahZ
/
roberta-base-rte

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
4

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

  • Libraries
  • Transformers

    How to use JeremiahZ/roberta-base-rte with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JeremiahZ/roberta-base-rte")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/roberta-base-rte")
    model = AutoModelForSequenceClassification.from_pretrained("JeremiahZ/roberta-base-rte")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-rte
Ctrl+K
Ctrl+K
  • 4 contributors
History: 4 commits
Jeremiah Zhou
update model card README.md
d22a896 almost 4 years ago
  • runs
    Model save almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    2.02 kB
    update model card README.md almost 4 years ago
  • config.json
    904 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 almost 4 years ago
  • pytorch_model.bin
    499 MB
    xet
    Model save almost 4 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    380 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin
    3.31 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 almost 4 years ago