Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
This LoRA model was fine-tuned using the zeolite synthesis dataset ZSEE.
|
8 |
|
9 |
Usage:
|
10 |
-
|
11 |
import torch
|
12 |
from transformers import (
|
13 |
AutoConfig,
|
@@ -53,4 +53,5 @@ output = tokenizer.decode(generation_output, skip_special_tokens=True)
|
|
53 |
print(output)
|
54 |
|
55 |
Output:
|
|
|
56 |
{"Add": [{"container": "NAN", "material": ["above mixture", "pre-prepared silicalite-1 seed"], "temperature": "NAN"}], "Stir": [{"sample": "NAN", "revolution": "NAN", "temperature": "NAN", "duration": "1 h"}]}
|
|
|
7 |
This LoRA model was fine-tuned using the zeolite synthesis dataset ZSEE.
|
8 |
|
9 |
Usage:
|
10 |
+
```
|
11 |
import torch
|
12 |
from transformers import (
|
13 |
AutoConfig,
|
|
|
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"}]}
|