English
Fishfishfishfishfish commited on
Commit
01abf9c
·
verified ·
1 Parent(s): cc68a7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -6,6 +6,14 @@ language:
6
  - en
7
  ---
8
 
 
 
 
 
 
 
 
 
9
  Each safetensors file represents a different hidden dim value.
10
  Each trained for 1 epoch.
11
 
 
6
  - en
7
  ---
8
 
9
+ >python inference.py --temp 0.5 --top_k 64 --model_file lstm_H256.safetensors --start_sequence "User : what is the caputal of France ? Bot :" --max_length 32
10
+
11
+ usually results in something like
12
+
13
+ >The capital of the world of the world of the world of the world of the
14
+
15
+ its not very accurate yet, its trained on only 1.2mb of text
16
+
17
  Each safetensors file represents a different hidden dim value.
18
  Each trained for 1 epoch.
19