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
/
bert_Pfinal_4CLASES_2e-5_16_10

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

Instructions to use fredymad/bert_Pfinal_4CLASES_2e-5_16_10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fredymad/bert_Pfinal_4CLASES_2e-5_16_10 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fredymad/bert_Pfinal_4CLASES_2e-5_16_10")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fredymad/bert_Pfinal_4CLASES_2e-5_16_10")
    model = AutoModelForSequenceClassification.from_pretrained("fredymad/bert_Pfinal_4CLASES_2e-5_16_10", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert_Pfinal_4CLASES_2e-5_16_10 / runs
27.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
fredymad's picture
fredymad
End of training
efe3860 about 3 years ago
  • Jun02_10-12-43_63a10f89ad87
    Training in progress, epoch 2 about 3 years ago
  • Jun02_10-54-23_faf75afe39d6
    End of training about 3 years ago