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

dianamihalache27
/
bertweetB_3epoch

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use dianamihalache27/bertweetB_3epoch with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dianamihalache27/bertweetB_3epoch")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dianamihalache27/bertweetB_3epoch")
    model = AutoModelForSequenceClassification.from_pretrained("dianamihalache27/bertweetB_3epoch", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bertweetB_3epoch / runs
28.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dianamihalache27's picture
dianamihalache27
End of training
b86b2b3 verified about 2 years ago
  • Jun06_09-53-12_b9092328a211
    End of training about 2 years ago
  • Jun06_09-58-30_b9092328a211
    End of training about 2 years ago
  • Jun06_10-03-49_b9092328a211
    End of training about 2 years ago
  • Jun06_10-06-55_b9092328a211
    End of training about 2 years ago
  • Jun06_10-09-06_b9092328a211
    End of training about 2 years ago