English
Fishfishfishfishfish commited on
Commit
2ebb1b1
·
verified ·
1 Parent(s): 81c2812

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 mist 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
 
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