bofenghuang
commited on
Commit
•
7e587f4
1
Parent(s):
d9171c5
Update readme
Browse files
README.md
CHANGED
@@ -26,10 +26,10 @@ For more information, please visit the Github repo: https://github.com/bofenghua
|
|
26 |
|
27 |
All versions are available in branches.
|
28 |
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
33 |
|
34 |
## Usage
|
35 |
|
@@ -53,7 +53,6 @@ generated_outputs = model.generate(
|
|
53 |
temperature=0.1,
|
54 |
do_sample=True,
|
55 |
repetition_penalty=1.0,
|
56 |
-
#no_repeat_ngram_size=no_repeat_ngram_size,
|
57 |
max_new_tokens=512,
|
58 |
),
|
59 |
return_dict_in_generate=True,
|
|
|
26 |
|
27 |
All versions are available in branches.
|
28 |
|
29 |
+
- **V1.0**: Initial release, trained on the translated Stanford Alpaca dataset.
|
30 |
+
- **V1.1**: Improved translation quality of the Stanford Alpaca dataset.
|
31 |
+
- **V2.0**: Expanded training dataset to 224k for better performance.
|
32 |
+
- **V3.0**: Further expanded training dataset to 262k for improved results.
|
33 |
|
34 |
## Usage
|
35 |
|
|
|
53 |
temperature=0.1,
|
54 |
do_sample=True,
|
55 |
repetition_penalty=1.0,
|
|
|
56 |
max_new_tokens=512,
|
57 |
),
|
58 |
return_dict_in_generate=True,
|