File size: 418 Bytes
3c2c20e afc90bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
license: apache-2.0
language:
- en
pipeline_tag: text-classification
---
To Run the app: https://huggingface.co/spaces/RinInori/vicuna_finetuned_6_sentiments?logs=build
Github fine-tune code link: https://github.com/hennypurwadi/Vicuna_finetune_sentiment_analysis
BASE_MODEL = "TheBloke/vicuna-7B-1.1-HF"
#Fine-tuned Alpaca model for sentiment analysis
LORA_WEIGHTS = "RinInori/vicuna_finetuned_6_sentiments"
|