alanakbik commited on
Commit
3a68a6b
1 Parent(s): fd99466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -67,21 +67,6 @@ So, the entities "*George Washington*" (labeled as a **person**) and "*Washingto
67
 
68
  ---
69
 
70
- ### Cite
71
-
72
- Please cite the following paper when using this model.
73
-
74
- ```
75
- @inproceedings{akbik2018coling,
76
- title={Contextual String Embeddings for Sequence Labeling},
77
- author={Akbik, Alan and Blythe, Duncan and Vollgraf, Roland},
78
- booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
79
- pages = {1638--1649},
80
- year = {2018}
81
- }
82
- ```
83
- ---
84
-
85
  ### Training: Script to train this model
86
 
87
  The following Flair script was used to train this model:
@@ -133,4 +118,22 @@ trainer = ModelTrainer(tagger, corpus)
133
  trainer.train('resources/taggers/ner-english',
134
  train_with_dev=True,
135
  max_epochs=150)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  ```
 
67
 
68
  ---
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  ### Training: Script to train this model
71
 
72
  The following Flair script was used to train this model:
 
118
  trainer.train('resources/taggers/ner-english',
119
  train_with_dev=True,
120
  max_epochs=150)
121
+ ```
122
+
123
+
124
+
125
+ ---
126
+
127
+ ### Cite
128
+
129
+ Please cite the following paper when using this model.
130
+
131
+ ```
132
+ @inproceedings{akbik2018coling,
133
+ title={Contextual String Embeddings for Sequence Labeling},
134
+ author={Akbik, Alan and Blythe, Duncan and Vollgraf, Roland},
135
+ booktitle = {{COLING} 2018, 27th International Conference on Computational Linguistics},
136
+ pages = {1638--1649},
137
+ year = {2018}
138
+ }
139
  ```