Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TransferGraph
/
vinai_bertweet-base-finetuned-lora-tweet_eval_hate

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

Instructions to use TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_hate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_hate with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("vinai/bertweet-base")
    model = PeftModel.from_pretrained(base_model, "TransferGraph/vinai_bertweet-base-finetuned-lora-tweet_eval_hate")
  • Notebooks
  • Google Colab
  • Kaggle
vinai_bertweet-base-finetuned-lora-tweet_eval_hate
4.45 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hilco's picture
hilco
Finished training.
5594eab verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.77 kB
    Finished training. over 2 years ago
  • adapter_config.json
    588 Bytes
    Finished training. over 2 years ago
  • adapter_model.safetensors
    2.52 MB
    xet
    Finished training. over 2 years ago
  • added_tokens.json
    22 Bytes
    Finished training. over 2 years ago
  • bpe.codes
    1.08 MB
    Finished training. over 2 years ago
  • special_tokens_map.json
    167 Bytes
    Finished training. over 2 years ago
  • tokenizer_config.json
    1.17 kB
    Finished training. over 2 years ago
  • vocab.txt
    843 kB
    Finished training. over 2 years ago