Update README.md
Browse files
README.md
CHANGED
@@ -98,9 +98,9 @@ ic| sentence.to_dict(tag_type='ner'):
|
|
98 |
"labels":[LOC (0.9994)]}}]}
|
99 |
```
|
100 |
|
101 |
-
# Configuration
|
102 |
-
```
|
103 |
-
|
104 |
(embeddings): StackedEmbeddings(
|
105 |
(list_embedding_0): WordEmbeddings('glove')
|
106 |
(list_embedding_1): FlairEmbeddings(
|
@@ -128,9 +128,8 @@ ic| sentence.to_dict(tag_type='ner'):
|
|
128 |
(beta): 1.0
|
129 |
(weights): None
|
130 |
(weight_tensor) None
|
131 |
-
|
132 |
```
|
133 |
-
Due to some formatting errors, your code might appear like [this](https://ibb.co/ky20Lnq)
|
134 |
|
135 |
# Citation
|
136 |
*if you use this model in your work, please consider citing this work:*
|
|
|
98 |
"labels":[LOC (0.9994)]}}]}
|
99 |
```
|
100 |
|
101 |
+
# Model Configuration
|
102 |
+
```python
|
103 |
+
SequenceTagger(
|
104 |
(embeddings): StackedEmbeddings(
|
105 |
(list_embedding_0): WordEmbeddings('glove')
|
106 |
(list_embedding_1): FlairEmbeddings(
|
|
|
128 |
(beta): 1.0
|
129 |
(weights): None
|
130 |
(weight_tensor) None
|
|
|
131 |
```
|
132 |
+
Due to some formatting errors, your code might appear like [this](https://ibb.co/ky20Lnq), attempted on 2020-10-27 12:05:47,801
|
133 |
|
134 |
# Citation
|
135 |
*if you use this model in your work, please consider citing this work:*
|