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

ericNguyen0132
/
roberta-large-fisrt

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ericNguyen0132/roberta-large-fisrt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ericNguyen0132/roberta-large-fisrt")
    model = AutoModelForSequenceClassification.from_pretrained("ericNguyen0132/roberta-large-fisrt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-fisrt / runs
14.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
ericNguyen0132's picture
ericNguyen0132
Training in progress, step 3500
85a1c0c about 3 years ago
  • Jul08_03-32-18_58d2daae81ae
    Training in progress, step 500 about 3 years ago
  • Jul08_03-35-10_58d2daae81ae
    Training in progress, step 500 about 3 years ago
  • Jul08_03-37-50_58d2daae81ae
    End of training about 3 years ago
  • Jul08_06-09-25_58d2daae81ae
    Training in progress, step 500 about 3 years ago
  • Jul08_06-18-53_58d2daae81ae
    Training in progress, step 3500 about 3 years ago