PEFT
TensorBoard
Safetensors
llm-finetuned elsa entity-level sentiment-analysis
Generated from Trainer
Instructions to use rajiv-data-chef/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rajiv-data-chef/outputs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abacusai/Llama-3-Smaug-8B") model = PeftModel.from_pretrained(base_model, "rajiv-data-chef/outputs") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
smaug-8b based on llama3 is finetuned on entity-level-sentiment-analysis dataset to tell the sentiment of a person mentioned in an article
f6d95d6 verified