Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,8 @@ generation_output = generation_output[input_length:]
|
|
51 |
output = tokenizer.decode(generation_output, skip_special_tokens=True)
|
52 |
|
53 |
print(output)
|
54 |
-
|
55 |
Output:
|
56 |
```
|
57 |
-
{"Add": [{"container": "NAN", "material": ["above mixture", "pre-prepared silicalite-1 seed"], "temperature": "NAN"}], "Stir": [{"sample": "NAN", "revolution": "NAN", "temperature": "NAN", "duration": "1 h"}]}
|
|
|
|
51 |
output = tokenizer.decode(generation_output, skip_special_tokens=True)
|
52 |
|
53 |
print(output)
|
54 |
+
```
|
55 |
Output:
|
56 |
```
|
57 |
+
{"Add": [{"container": "NAN", "material": ["above mixture", "pre-prepared silicalite-1 seed"], "temperature": "NAN"}], "Stir": [{"sample": "NAN", "revolution": "NAN", "temperature": "NAN", "duration": "1 h"}]}
|
58 |
+
```
|