bad
Browse files
README.md
CHANGED
@@ -5,31 +5,7 @@ widget:
|
|
5 |
- text: "Jen la komenco de bela <mask>."
|
6 |
- text: "Uno du <mask> top"
|
7 |
- text: "Jen finiĝas bela <mask>."
|
8 |
-
license: apache-2.
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
-
|
13 |
-
**Companion model to blog post https://huggingface.co/blog/how-to-train** 🔥
|
14 |
-
|
15 |
-
## Training Details
|
16 |
-
|
17 |
-
- current checkpoint: 566000
|
18 |
-
- machine name: `galinette`
|
19 |
-
|
20 |
-
|
21 |
-
![](https://huggingface.co/blog/assets/01_how-to-train/EsperBERTo-thumbnail-v2.png)
|
22 |
-
|
23 |
-
## Example pipeline
|
24 |
-
|
25 |
-
```python
|
26 |
-
from transformers import pipeline
|
27 |
-
|
28 |
-
fill_mask = pipeline(
|
29 |
-
"fill-mask",
|
30 |
-
model="julien-c/EsperBERTo-small",
|
31 |
-
tokenizer="julien-c/EsperBERTo-small"
|
32 |
-
)
|
33 |
-
|
34 |
-
fill_mask("Jen la komenco de bela <mask>.")
|
35 |
-
```
|
|
|
5 |
- text: "Jen la komenco de bela <mask>."
|
6 |
- text: "Uno du <mask> top"
|
7 |
- text: "Jen finiĝas bela <mask>."
|
8 |
+
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
# Test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|