Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ Github fine-tune code link: https://github.com/hennypurwadi/Vicuna_finetune_sent
|
|
15 |
#Fine-tuned Vicuna model for sentiment analysis, trained using dataset from Kaggle:
|
16 |
https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
Vicuna is created by fine-tuning a LLaMA base model using approximately 70K user-shared conversations gathered from ShareGPT.com with public APIs.
|
23 |
To find more about Vicuna here: https://lmsys.org/blog/2023-03-30-vicuna/
|
|
|
15 |
#Fine-tuned Vicuna model for sentiment analysis, trained using dataset from Kaggle:
|
16 |
https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp
|
17 |
|
18 |
+
#### BASE_MODEL = "TheBloke/vicuna-7B-1.1-HF"
|
19 |
|
20 |
+
#### LORA_WEIGHTS = "RinInori/vicuna_finetuned_6_sentiments"
|
21 |
|
22 |
Vicuna is created by fine-tuning a LLaMA base model using approximately 70K user-shared conversations gathered from ShareGPT.com with public APIs.
|
23 |
To find more about Vicuna here: https://lmsys.org/blog/2023-03-30-vicuna/
|