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

  • Log In
  • Sign Up

rahul77
/
my_awesome_model

Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use rahul77/my_awesome_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rahul77/my_awesome_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rahul77/my_awesome_model")
    model = AutoModelForSequenceClassification.from_pretrained("rahul77/my_awesome_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_model
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
rahul77's picture
rahul77
End of training
e341c6a verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.49 kB
    End of training over 1 year ago
  • config.json
    746 Bytes
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    268 MB
    xet
    Training in progress, epoch 2 over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.18 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 1 year ago