xaviergillard
commited on
Commit
•
4f4ee83
1
Parent(s):
40c412e
metadata
Browse files
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# brabant-xvii
|
6 |
|
7 |
-
This model is a retraining of "emanjavacas/GysBERT-v2" which has been retrained 15 epochs on the "arch-be/brabant-xvii" dataset for masked language model.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: emanjavacas/GysBERT-v2
|
4 |
+
pipeline_tag: fill-mask
|
5 |
+
datasets:
|
6 |
+
- arch-be/brabant-xvii
|
7 |
---
|
8 |
|
9 |
# brabant-xvii
|
10 |
|
11 |
+
This model is a retraining of "emanjavacas/GysBERT-v2" which has been retrained (all layers) 15 epochs on the "arch-be/brabant-xvii" dataset for masked language model.
|