Update README.md
Browse files
README.md
CHANGED
@@ -99,6 +99,7 @@ out_tokens, _ = generate([tokens], model, max_tokens=64, temperature=0.35, eos_i
|
|
99 |
result = tokenizer.decode(out_tokens[0])
|
100 |
|
101 |
print(result)
|
|
|
102 |
|
103 |
## Information on Evaluation Method
|
104 |
|
|
|
99 |
result = tokenizer.decode(out_tokens[0])
|
100 |
|
101 |
print(result)
|
102 |
+
```
|
103 |
|
104 |
## Information on Evaluation Method
|
105 |
|