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