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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gseovana
/
llama-vaccine-stance-ptbr-lora

Text Classification
PEFT
Safetensors
Portuguese
lora
llama
stance-detection
vaccines
portuguese
nlp
social-media
youtube
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use gseovana/llama-vaccine-stance-ptbr-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use gseovana/llama-vaccine-stance-ptbr-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Meta-Llama-3.1-8B")
    model = PeftModel.from_pretrained(base_model, "gseovana/llama-vaccine-stance-ptbr-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llama-vaccine-stance-ptbr-lora
126 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
gseovana's picture
gseovana
Update README.md
6260bec verified 6 months ago
  • .gitattributes
    1.57 kB
    Add LoRA adapter and tokenizer files 6 months ago
  • README.md
    9.8 kB
    Update README.md 6 months ago
  • adapter_config.json
    812 Bytes
    Add LoRA adapter and tokenizer files 6 months ago
  • adapter_model.safetensors
    109 MB
    xet
    Add LoRA adapter and tokenizer files 6 months ago
  • special_tokens_map.json
    335 Bytes
    Add LoRA adapter and tokenizer files 6 months ago
  • tokenizer.json
    17.2 MB
    xet
    Add LoRA adapter and tokenizer files 6 months ago
  • tokenizer_config.json
    50.6 kB
    Add LoRA adapter and tokenizer files 6 months ago