Update README.md
Browse files
README.md
CHANGED
@@ -11,17 +11,23 @@ language:
|
|
11 |
Quick and dirty hack for binary movie sentiment analysis.
|
12 |
|
13 |
Finetuned with LoRA on ericzzz/falcon-rw-1b-instruct-openorca.
|
|
|
14 |
https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca
|
15 |
|
16 |
Trained on a subset of "IMDB Dataset of 50K Movie Reviews" from Kaggle:
|
|
|
17 |
https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews
|
18 |
|
19 |
-
|
20 |
|
21 |
Input: String of a movie review (e.g. "\<human\>: This movie sucks, I'd rather stay at home! \<assistant\>:")
|
22 |
|
23 |
Output: String containing the sentiment (e.g. "... negative \<assistant\>: negative \<assistant\>: negative ...")
|
24 |
|
|
|
|
|
|
|
|
|
25 |
### Framework versions
|
26 |
|
27 |
- PEFT 0.7.1
|
|
|
11 |
Quick and dirty hack for binary movie sentiment analysis.
|
12 |
|
13 |
Finetuned with LoRA on ericzzz/falcon-rw-1b-instruct-openorca.
|
14 |
+
|
15 |
https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca
|
16 |
|
17 |
Trained on a subset of "IMDB Dataset of 50K Movie Reviews" from Kaggle:
|
18 |
+
|
19 |
https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews
|
20 |
|
21 |
+
### Input / Output
|
22 |
|
23 |
Input: String of a movie review (e.g. "\<human\>: This movie sucks, I'd rather stay at home! \<assistant\>:")
|
24 |
|
25 |
Output: String containing the sentiment (e.g. "... negative \<assistant\>: negative \<assistant\>: negative ...")
|
26 |
|
27 |
+
### Example Google Colab Code
|
28 |
+
|
29 |
+
https://colab.research.google.com/drive/1LUILztSocpqpMz8xACbtmxl-W-cORXRZ?usp=sharing
|
30 |
+
|
31 |
### Framework versions
|
32 |
|
33 |
- PEFT 0.7.1
|