Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,6 @@ BASE_MODEL = "TheBloke/vicuna-7B-1.1-HF"
|
|
20 |
LORA_WEIGHTS = "RinInori/vicuna_finetuned_6_sentiments"
|
21 |
|
22 |
---
|
23 |
-
|
24 |
Vicuna is created by fine-tuning a LLaMA base model using approximately 70K user-shared conversations gathered from ShareGPT.com with public APIs.
|
25 |
To find more about Vicuna here: https://lmsys.org/blog/2023-03-30-vicuna/
|
26 |
|
@@ -32,16 +31,15 @@ LoRA = Low-Rank Adaptation of Large Language Models is a training method that ac
|
|
32 |
It adds pairs of rank-decomposition weight matrices (called update matrices) to existing weights, and only trains those newly added weights.
|
33 |
|
34 |
---
|
35 |
-
|
36 |
### To RUN APP: https://huggingface.co/spaces/RinInori/vicuna_finetuned_6_sentiments
|
37 |
|
|
|
38 |
![Image description](https://github.com/hennypurwadi/Vicuna_finetune_sentiment_analysis/blob/main/vicuna_result_correct.jpg?raw=true)
|
39 |
|
40 |
-----------------
|
41 |
### Model Hub: https://huggingface.co/RinInori/vicuna_finetuned_6_sentimentsis/blob/main/images/SaveModel_Tokenizer_To_Huggingface.jpg?raw=true)
|
42 |
|
43 |
---
|
44 |
-
|
45 |
Ref: https://www.youtube.com/watch?v=Us5ZFp16PaU
|
46 |
|
47 |
Ref: https://arxiv.org/abs/2106.09685
|
|
|
20 |
LORA_WEIGHTS = "RinInori/vicuna_finetuned_6_sentiments"
|
21 |
|
22 |
---
|
|
|
23 |
Vicuna is created by fine-tuning a LLaMA base model using approximately 70K user-shared conversations gathered from ShareGPT.com with public APIs.
|
24 |
To find more about Vicuna here: https://lmsys.org/blog/2023-03-30-vicuna/
|
25 |
|
|
|
31 |
It adds pairs of rank-decomposition weight matrices (called update matrices) to existing weights, and only trains those newly added weights.
|
32 |
|
33 |
---
|
|
|
34 |
### To RUN APP: https://huggingface.co/spaces/RinInori/vicuna_finetuned_6_sentiments
|
35 |
|
36 |
+
|
37 |
![Image description](https://github.com/hennypurwadi/Vicuna_finetune_sentiment_analysis/blob/main/vicuna_result_correct.jpg?raw=true)
|
38 |
|
39 |
-----------------
|
40 |
### Model Hub: https://huggingface.co/RinInori/vicuna_finetuned_6_sentimentsis/blob/main/images/SaveModel_Tokenizer_To_Huggingface.jpg?raw=true)
|
41 |
|
42 |
---
|
|
|
43 |
Ref: https://www.youtube.com/watch?v=Us5ZFp16PaU
|
44 |
|
45 |
Ref: https://arxiv.org/abs/2106.09685
|