Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

aomar85
/
fine-tuned-bert_mix_clean_data

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

Instructions to use aomar85/fine-tuned-bert_mix_clean_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aomar85/fine-tuned-bert_mix_clean_data with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aomar85/fine-tuned-bert_mix_clean_data")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aomar85/fine-tuned-bert_mix_clean_data")
    model = AutoModelForSequenceClassification.from_pretrained("aomar85/fine-tuned-bert_mix_clean_data")
  • Notebooks
  • Google Colab
  • Kaggle
fine-tuned-bert_mix_clean_data
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
aomar85's picture
aomar85
End of training
9bb10f8 almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    28 Bytes
    initial commit almost 4 years ago
  • config.json
    706 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • pytorch_model.bin
    541 MB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    1.78 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    417 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin
    3.25 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    761 kB
    Training in progress, epoch 1 almost 4 years ago