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

  • Log In
  • Sign Up

InriaValda
/
roberta_from_scratch_ft

Text Classification
Transformers
google-tensorflow TensorFlow
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use InriaValda/roberta_from_scratch_ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use InriaValda/roberta_from_scratch_ft with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="InriaValda/roberta_from_scratch_ft")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("InriaValda/roberta_from_scratch_ft")
    model = AutoModelForSequenceClassification.from_pretrained("InriaValda/roberta_from_scratch_ft")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_from_scratch_ft
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Shrey's picture
Shrey
Update README.md
3e0632a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.58 kB
    Update README.md over 2 years ago
  • config.json
    894 Bytes
    Update config.json over 2 years ago
  • merges.txt
    465 kB
    initial commit almost 3 years ago
  • special_tokens_map.json
    957 Bytes
    initial commit almost 3 years ago
  • tf_model.h5
    499 MB
    xet
    initial commit almost 3 years ago
  • tokenizer.json
    2.12 MB
    initial commit almost 3 years ago
  • tokenizer_config.json
    1.36 kB
    initial commit almost 3 years ago
  • vocab.json
    805 kB
    initial commit almost 3 years ago