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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rubakha
/
roberta

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

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

  • Libraries
  • Transformers

    How to use rubakha/roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rubakha/roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rubakha/roberta")
    model = AutoModelForSequenceClassification.from_pretrained("rubakha/roberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta
333 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
rubakha's picture
rubakha
Training in progress epoch 2
4365e0f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.32 kB
    Training in progress epoch 2 over 2 years ago
  • config.json
    909 Bytes
    Training in progress epoch 0 over 2 years ago
  • merges.txt
    456 kB
    Training in progress epoch 0 over 2 years ago
  • sequence_classification_(1)reem(2).ipynb
    382 kB
    Upload sequence_classification_(1)reem(2).ipynb over 2 years ago
  • sequence_classification_(1)reem.ipynb
    356 kB
    Upload sequence_classification_(1)reem.ipynb over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress epoch 0 over 2 years ago
  • tf_model.h5
    329 MB
    xet
    Training in progress epoch 2 over 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress epoch 0 over 2 years ago
  • tokenizer_config.json
    1.22 kB
    Training in progress epoch 0 over 2 years ago
  • vocab.json
    798 kB
    Training in progress epoch 0 over 2 years ago