add ref
Browse files
README.md
CHANGED
@@ -55,4 +55,6 @@ generated_ids = model.generate(input_ids, max_new_tokens=512, temperature=0.5)
|
|
55 |
response = tokenizer.decode(generated_ids[0], skip_special_tokens=True) # Aye, matey! The Pythagorean theorem is a nautical rule that helps us find the length of the third side of a triangle. ...
|
56 |
```
|
57 |
|
58 |
-
</details>
|
|
|
|
|
|
55 |
response = tokenizer.decode(generated_ids[0], skip_special_tokens=True) # Aye, matey! The Pythagorean theorem is a nautical rule that helps us find the length of the third side of a triangle. ...
|
56 |
```
|
57 |
|
58 |
+
</details>
|
59 |
+
|
60 |
+
For more info please refer to [wenbopan/Faro-Yi-9B-200K](https://huggingface.co/wenbopan/Faro-Yi-9B-200K)
|