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

  • Log In
  • Sign Up

Christabel
/
finetuning-sentiment-model-3000-samples

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

Instructions to use Christabel/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Christabel/finetuning-sentiment-model-3000-samples with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Christabel/finetuning-sentiment-model-3000-samples")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Christabel/finetuning-sentiment-model-3000-samples")
    model = AutoModelForSequenceClassification.from_pretrained("Christabel/finetuning-sentiment-model-3000-samples")
  • Notebooks
  • Google Colab
  • Kaggle
finetuning-sentiment-model-3000-samples
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Christabel's picture
Christabel
update model card README.md
458548f almost 4 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    1.55 kB
    update model card README.md almost 4 years ago
  • config.json
    615 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • pytorch_model.bin
    268 MB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    360 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.38 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 almost 4 years ago