Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,8 @@ tags:
|
|
8 |
- mutlimodal
|
9 |
- exbert
|
10 |
|
11 |
-
|
12 |
-
- text: "Paris is the <mask> of France."
|
13 |
-
example_title: "Example 1"
|
14 |
|
15 |
---
|
16 |
|
17 |
-
#
|
18 |
-
|
19 |
-
```python
|
20 |
-
>>> from transformers import pipeline
|
21 |
-
>>> unmasker = pipeline('fill-mask', model='IDEA-CCNL/Taiyi-Roberta-125M')
|
22 |
-
>>> unmasker("Hello I'm a <mask> model.")
|
23 |
-
```
|
|
|
8 |
- mutlimodal
|
9 |
- exbert
|
10 |
|
11 |
+
Inference: False
|
|
|
|
|
12 |
|
13 |
---
|
14 |
|
15 |
+
# Taiyi-Roberta-125M
|
|
|
|
|
|
|
|
|
|
|
|