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

fredymad
/
roberta_Pfinal_2e-5_16_2

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 fredymad/roberta_Pfinal_2e-5_16_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fredymad/roberta_Pfinal_2e-5_16_2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fredymad/roberta_Pfinal_2e-5_16_2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fredymad/roberta_Pfinal_2e-5_16_2")
    model = AutoModelForSequenceClassification.from_pretrained("fredymad/roberta_Pfinal_2e-5_16_2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_Pfinal_2e-5_16_2 / runs
34 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
fredymad's picture
fredymad
End of training
0584bc1 about 3 years ago
  • Jun02_11-46-03_113538384a44
    End of training about 3 years ago
  • Jun02_15-35-09_b3cb922d1d76
    End of training about 3 years ago
  • May30_14-15-31_afb199655ad3
    End of training about 3 years ago