EzraAragon
commited on
Commit
•
a5df403
1
Parent(s):
9aa393d
Update README.md
Browse files
README.md
CHANGED
@@ -26,8 +26,10 @@ In particular, for training the model we used a batch size of 256, Adam optimize
|
|
26 |
# Usage
|
27 |
|
28 |
|
29 |
-
## Use a pipeline as a high-level
|
30 |
```
|
|
|
|
|
31 |
pipe = pipeline("fill-mask", model="citiusLTL/DisorBERT")
|
32 |
```
|
33 |
## Load model directly
|
|
|
26 |
# Usage
|
27 |
|
28 |
|
29 |
+
## Use a pipeline as a high-level
|
30 |
```
|
31 |
+
from transformers import pipeline
|
32 |
+
|
33 |
pipe = pipeline("fill-mask", model="citiusLTL/DisorBERT")
|
34 |
```
|
35 |
## Load model directly
|