Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ metrics:
|
|
15 |
- accuracy
|
16 |
base_model:
|
17 |
- SI2M-Lab/DarijaBERT
|
|
|
18 |
---
|
19 |
|
20 |
# Model Card for Fine-Tuned SI2M_DarijaBERT and CamelBERT
|
@@ -47,5 +48,4 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
47 |
|
48 |
model = AutoModel.from_pretrained("bagamine/SI2M_DarijaBERTV1")
|
49 |
tokenizer = AutoTokenizer.from_pretrained("bagamine/SI2M_DarijaBERTV1")
|
50 |
-
```
|
51 |
-
|
|
|
15 |
- accuracy
|
16 |
base_model:
|
17 |
- SI2M-Lab/DarijaBERT
|
18 |
+
pipeline_tag: fill-mask
|
19 |
---
|
20 |
|
21 |
# Model Card for Fine-Tuned SI2M_DarijaBERT and CamelBERT
|
|
|
48 |
|
49 |
model = AutoModel.from_pretrained("bagamine/SI2M_DarijaBERTV1")
|
50 |
tokenizer = AutoTokenizer.from_pretrained("bagamine/SI2M_DarijaBERTV1")
|
51 |
+
```
|
|