alanakbik commited on
Commit
707c082
1 Parent(s): 7f05a4c

initial model commit

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -24,7 +24,7 @@ Predicts 4 tags:
24
  | ORG | organization name |
25
  | MISC | other name |
26
 
27
- Based on [Flair embeddings](https://www.aclweb.org/anthology/C18-1139/) and LSTM-CRF.
28
 
29
  ---
30
 
@@ -112,16 +112,21 @@ trainer.train('resources/taggers/ner-dutch',
112
  Please cite the following paper when using this model.
113
 
114
  ```
115
- @inproceedings{akbik2018coling,
116
- title={Contextual String Embeddings for Sequence Labeling},
117
- author={Akbik, Alan and Blythe, Duncan and Vollgraf, Roland},
118
- booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
119
- pages = {1638--1649},
120
- year = {2018}
 
 
 
 
 
 
121
  }
122
  ```
123
 
124
-
125
  ---
126
 
127
  ### Issues?
 
24
  | ORG | organization name |
25
  | MISC | other name |
26
 
27
+ Based on Transformer embeddings and LSTM-CRF.
28
 
29
  ---
30
 
 
112
  Please cite the following paper when using this model.
113
 
114
  ```
115
+ @inproceedings{akbik-etal-2019-flair,
116
+ title = "{FLAIR}: An Easy-to-Use Framework for State-of-the-Art {NLP}",
117
+ author = "Akbik, Alan and
118
+ Bergmann, Tanja and
119
+ Blythe, Duncan and
120
+ Rasul, Kashif and
121
+ Schweter, Stefan and
122
+ Vollgraf, Roland",
123
+ booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics (Demonstrations)",
124
+ year = "2019",
125
+ url = "https://www.aclweb.org/anthology/N19-4010",
126
+ pages = "54--59",
127
  }
128
  ```
129
 
 
130
  ---
131
 
132
  ### Issues?