Fishfishfishfishfish
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
---
|
8 |
the only files needed for inference is inference.py, word2idk.pkl, and lstm_Hxxx.safetensors
|
9 |
|
10 |
-
input tokens
|
11 |
>python inference.py --temp 0.5 --top_k 64 --model_file lstm_H256.safetensors --start_sequence "User : what is the capital of France ? Bot : " --max_length 32
|
12 |
|
13 |
usually results in something like
|
|
|
7 |
---
|
8 |
the only files needed for inference is inference.py, word2idk.pkl, and lstm_Hxxx.safetensors
|
9 |
|
10 |
+
input tokens must be space separated, as they aren't tokenized like the training data is.
|
11 |
>python inference.py --temp 0.5 --top_k 64 --model_file lstm_H256.safetensors --start_sequence "User : what is the capital of France ? Bot : " --max_length 32
|
12 |
|
13 |
usually results in something like
|