YanshekWoo
commited on
Commit
·
c3757d5
1
Parent(s):
dac7b0c
Update README.md
Browse files
README.md
CHANGED
@@ -46,4 +46,8 @@ history_str = "对话历史:" + tokenizer.sep_token.join(history)
|
|
46 |
input_ids = tokenizer(history_str, return_tensors='pt').input_ids
|
47 |
output_ids = model.generate(input_ids)[0]
|
48 |
print(tokenizer.decode(output_ids, skip_special_tokens=True))
|
49 |
-
```
|
|
|
|
|
|
|
|
|
|
46 |
input_ids = tokenizer(history_str, return_tensors='pt').input_ids
|
47 |
output_ids = model.generate(input_ids)[0]
|
48 |
print(tokenizer.decode(output_ids, skip_special_tokens=True))
|
49 |
+
```
|
50 |
+
|
51 |
+
|
52 |
+
# Contact
|
53 |
+
If you encounter any issue, feel free to contact us via the email: `[email protected]` .
|