QingBigTwo
commited on
Commit
•
4daeb85
1
Parent(s):
3c856e3
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# XuanYuan3-70B
|
2 |
|
3 |
## 概述
|
@@ -111,5 +114,4 @@ inputs = tokenizer(message, return_tensors="pt").to("cuda")
|
|
111 |
outputs = model.generate(**inputs, max_new_tokens=64, temperature=0.7)
|
112 |
outputs = tokenizer.decode(outputs.cpu()[0][len(inputs.input_ids[0]):], skip_special_tokens=True)
|
113 |
print(outputs)
|
114 |
-
```
|
115 |
-
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
---
|
4 |
# XuanYuan3-70B
|
5 |
|
6 |
## 概述
|
|
|
114 |
outputs = model.generate(**inputs, max_new_tokens=64, temperature=0.7)
|
115 |
outputs = tokenizer.decode(outputs.cpu()[0][len(inputs.input_ids[0]):], skip_special_tokens=True)
|
116 |
print(outputs)
|
117 |
+
```
|
|