Update example
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: MIT
|
|
9 |
datasets:
|
10 |
- cc100
|
11 |
widget:
|
12 |
-
- text: "कस्तो <mask
|
13 |
---
|
14 |
|
15 |
# nepbert
|
@@ -30,7 +30,7 @@ pipe = pipeline(
|
|
30 |
model="amitness/nepbert",
|
31 |
tokenizer="amitness/nepbert"
|
32 |
)
|
33 |
-
print(pipe(u"कस्तो <mask
|
34 |
```
|
35 |
|
36 |
## Training data
|
|
|
9 |
datasets:
|
10 |
- cc100
|
11 |
widget:
|
12 |
+
- text: "तिमीलाई कस्तो <mask>?"
|
13 |
---
|
14 |
|
15 |
# nepbert
|
|
|
30 |
model="amitness/nepbert",
|
31 |
tokenizer="amitness/nepbert"
|
32 |
)
|
33 |
+
print(pipe(u"तिमीलाई कस्तो <mask>?"))
|
34 |
```
|
35 |
|
36 |
## Training data
|