readme: fix backbone model
Browse files
README.md
CHANGED
@@ -51,8 +51,8 @@ and `OTH`er and their subclasses by introducing two fine-grained labels: `-deriv
|
|
51 |
# Fine-Tuning
|
52 |
|
53 |
We use the same hyper-parameters as used in the
|
54 |
-
["German's Next Language Model"](https://aclanthology.org/2020.coling-main.598/) paper using the
|
55 |
-
[
|
56 |
|
57 |
Evaluation is performed with SpanMarkers internal evaluation code that uses `seqeval`.
|
58 |
|
|
|
51 |
# Fine-Tuning
|
52 |
|
53 |
We use the same hyper-parameters as used in the
|
54 |
+
["German's Next Language Model"](https://aclanthology.org/2020.coling-main.598/) paper using the
|
55 |
+
[GWLMS BERT](https://huggingface.co/gwlms/bert-base-dewiki-v1) model as backbone.
|
56 |
|
57 |
Evaluation is performed with SpanMarkers internal evaluation code that uses `seqeval`.
|
58 |
|