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

  • Log In
  • Sign Up

stinoco
/
DistilBert-finetuned-Hackaton

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

Instructions to use stinoco/DistilBert-finetuned-Hackaton with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stinoco/DistilBert-finetuned-Hackaton with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="stinoco/DistilBert-finetuned-Hackaton")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("stinoco/DistilBert-finetuned-Hackaton")
    model = AutoModelForSequenceClassification.from_pretrained("stinoco/DistilBert-finetuned-Hackaton")
  • Notebooks
  • Google Colab
  • Kaggle
DistilBert-finetuned-Hackaton
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
stinoco's picture
stinoco
update model card README.md
f82431b over 3 years ago
  • runs
    Training completed!! over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 3 years ago
  • README.md
    3.16 kB
    update model card README.md over 3 years ago
  • config.json
    9.49 kB
    Training in progress, step 500 over 3 years ago
  • pytorch_model.bin
    268 MB
    xet
    Training completed!! over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 over 3 years ago
  • tokenizer.json
    712 kB
    Training in progress, step 500 over 3 years ago
  • tokenizer_config.json
    436 Bytes
    Training in progress, step 500 over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    3.44 kB
    xet
    Training in progress, step 500 over 3 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 over 3 years ago