Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This checkpoint is trained with: https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
@@ -22,4 +27,4 @@ inputs_ids = inputs_ids.to("cuda")
|
|
22 |
generate_ids = model.generate(input_ids)
|
23 |
output = tokenizer.batch_decode(generate_ids)[0]
|
24 |
print(output)
|
25 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- tatsu-lab/alpaca
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
|
10 |
This checkpoint is trained with: https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
|
|
27 |
generate_ids = model.generate(input_ids)
|
28 |
output = tokenizer.batch_decode(generate_ids)[0]
|
29 |
print(output)
|
30 |
+
```
|