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

  • Log In
  • Sign Up

BucketOfFish
/
huggingface_push_to_hub_tutorial

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use BucketOfFish/huggingface_push_to_hub_tutorial with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="BucketOfFish/huggingface_push_to_hub_tutorial")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("BucketOfFish/huggingface_push_to_hub_tutorial")
    model = AutoModelForSequenceClassification.from_pretrained("BucketOfFish/huggingface_push_to_hub_tutorial")
  • Notebooks
  • Google Colab
  • Kaggle
huggingface_push_to_hub_tutorial
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BucketOfFish's picture
BucketOfFish
End of training
c42f80b over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.92 kB
    End of training over 2 years ago
  • config.json
    727 Bytes
    Training in progress, step 500 over 2 years ago
  • model.safetensors
    438 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, step 500 over 2 years ago
  • tokenizer_config.json
    1.19 kB
    Training in progress, step 500 over 2 years ago
  • training_args.bin
    4.6 kB
    xet
    Training in progress, step 500 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 over 2 years ago