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

  • Log In
  • Sign Up

Theoreticallyhugo
/
distilbert_B001

Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Theoreticallyhugo/distilbert_B001 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Theoreticallyhugo/distilbert_B001")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/distilbert_B001")
    model = AutoModelForSequenceClassification.from_pretrained("Theoreticallyhugo/distilbert_B001")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_B001
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Theoreticallyhugo's picture
Theoreticallyhugo
trainer: training complete at 2024-02-10 15:18:00.260578.
3e2b2a4 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.08 kB
    trainer: training complete at 2024-02-10 15:18:00.260578. over 2 years ago
  • config.json
    925 Bytes
    trainer: training complete at 2024-02-06 16:06:05.680434. over 2 years ago
  • model.safetensors
    268 MB
    xet
    trainer: training complete at 2024-02-10 15:18:00.260578. over 2 years ago
  • special_tokens_map.json
    125 Bytes
    trainer: training complete at 2024-02-06 16:06:05.680434. over 2 years ago
  • tokenizer.json
    711 kB
    trainer: training complete at 2024-02-10 15:18:00.260578. over 2 years ago
  • tokenizer_config.json
    1.2 kB
    trainer: training complete at 2024-02-06 16:06:05.680434. over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    4.66 kB
    xet
    trainer: training complete at 2024-02-10 15:18:00.260578. over 2 years ago
  • vocab.txt
    232 kB
    trainer: training complete at 2024-02-06 16:06:05.680434. over 2 years ago