stefan-it commited on
Commit
67e4fdd
1 Parent(s): 9a0b0c1

readme: minor fixes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
 
17
  This (unofficial) Flair NER model was trained on annotated Bavarian Wikipedia articles from the BarNER dataset that was proposed in the ["Sebastian, Basti, Wastl?! Recognizing Named Entities in Bavarian Dialectal Data"](https://aclanthology.org/2024.lrec-main.1262/) LREC-COLING 2024 paper by Siyao Peng, Zihang Sun, Huangyan Shan, Marie Kolm, Verena Blaschke, Ekaterina Artemova and Barbara Plank.
18
 
19
- The released dataset is used in the *coarse* setting that is shown in Table 3 in the paper. The following Named Entities are available:
20
 
21
  * `PER`
22
  * `LOC`
@@ -28,7 +28,7 @@ The released dataset is used in the *coarse* setting that is shown in Table 3 in
28
  We perform a hyper-parameter search over the following parameters:
29
 
30
  * Batch Sizes: `[32, 16]`
31
- * Learning Rates: `[7e-06, 8e-06, 9e-06, 1e-05]
32
  * Epochs: `[20]`
33
  * Subword Pooling: `[first]`
34
 
 
16
 
17
  This (unofficial) Flair NER model was trained on annotated Bavarian Wikipedia articles from the BarNER dataset that was proposed in the ["Sebastian, Basti, Wastl?! Recognizing Named Entities in Bavarian Dialectal Data"](https://aclanthology.org/2024.lrec-main.1262/) LREC-COLING 2024 paper by Siyao Peng, Zihang Sun, Huangyan Shan, Marie Kolm, Verena Blaschke, Ekaterina Artemova and Barbara Plank.
18
 
19
+ The [released dataset](https://github.com/mainlp/BarNER) is used in the *coarse* setting that is shown in Table 3 in the paper. The following Named Entities are available:
20
 
21
  * `PER`
22
  * `LOC`
 
28
  We perform a hyper-parameter search over the following parameters:
29
 
30
  * Batch Sizes: `[32, 16]`
31
+ * Learning Rates: `[7e-06, 8e-06, 9e-06, 1e-05]`
32
  * Epochs: `[20]`
33
  * Subword Pooling: `[first]`
34