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

  • Log In
  • Sign Up

TransferGraph
/
philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_offensive

Text Classification
PEFT
Safetensors
parquet
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use TransferGraph/philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_offensive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use TransferGraph/philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_offensive with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("philschmid/tiny-distilbert-classification")
    model = PeftModel.from_pretrained(base_model, "TransferGraph/philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_offensive")
  • Notebooks
  • Google Colab
  • Kaggle
philschmid_tiny-distilbert-classification-finetuned-lora-tweet_eval_offensive
950 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hilco's picture
hilco
Finished training.
3009bae verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.91 kB
    Finished training. about 2 years ago
  • adapter_config.json
    610 Bytes
    Finished training. about 2 years ago
  • adapter_model.safetensors
    1.58 kB
    xet
    Finished training. about 2 years ago
  • special_tokens_map.json
    695 Bytes
    Finished training. about 2 years ago
  • tokenizer.json
    711 kB
    Finished training. about 2 years ago
  • tokenizer_config.json
    1.28 kB
    Finished training. about 2 years ago
  • vocab.txt
    232 kB
    Finished training. about 2 years ago