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

  • Log In
  • Sign Up

ZarahShibli
/
tmp_trainer2

Text Classification
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ZarahShibli/tmp_trainer2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ZarahShibli/tmp_trainer2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ZarahShibli/tmp_trainer2")
    model = AutoModelForSequenceClassification.from_pretrained("ZarahShibli/tmp_trainer2")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_trainer2
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
ZarahShibli's picture
ZarahShibli
Update config.json
ffeb327 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    ZarahShibli/pharo-code-comment-classification almost 2 years ago
  • README.md
    969 Bytes
    Update README.md almost 2 years ago
  • config.json
    609 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Rename model.safetensors2 to model.safetensors almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    ZarahShibli/pharo-code-comment-classification almost 2 years ago
  • tokenizer_config.json
    1.27 kB
    ZarahShibli/pharo-code-comment-classification almost 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.28 kB
    xet
    ZarahShibli/pharo-code-comment-classification almost 2 years ago
  • vocab.txt
    232 kB
    ZarahShibli/pharo-code-comment-classification almost 2 years ago