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

ericNguyen0132
/
roberta-large-Dep

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use ericNguyen0132/roberta-large-Dep with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ericNguyen0132/roberta-large-Dep")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ericNguyen0132/roberta-large-Dep")
    model = AutoModelForSequenceClassification.from_pretrained("ericNguyen0132/roberta-large-Dep")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-Dep / runs
46.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
ericNguyen0132's picture
ericNguyen0132
End of training
2edfcd2 almost 3 years ago
  • Jul03_18-16-18_711c0edafff3
    Training in progress, step 500 almost 3 years ago
  • Jul03_18-24-48_711c0edafff3
    Training in progress, step 500 almost 3 years ago
  • Jul03_18-52-12_711c0edafff3
    Training in progress, step 500 almost 3 years ago
  • Jul10_05-04-02_b6ffa023b489
    Training in progress, step 500 almost 3 years ago
  • Jul10_07-18-44_b6ffa023b489
    Training in progress, step 4500 almost 3 years ago
  • Jul11_12-40-38_fb248a4130df
    End of training almost 3 years ago