Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert-base-cased
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
@@ -11,6 +9,11 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: distilbert-NER
|
13 |
results: []
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# distilbert-NER
|
16 |
|
@@ -138,4 +141,4 @@ For the underlying BERT model:
|
|
138 |
|
139 |
lp computer science bibliography, https://dblp.org}
|
140 |
}
|
141 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert-base-cased
|
|
|
|
|
4 |
metrics:
|
5 |
- precision
|
6 |
- recall
|
|
|
9 |
model-index:
|
10 |
- name: distilbert-NER
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- conll2003
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
pipeline_tag: token-classification
|
17 |
---
|
18 |
# distilbert-NER
|
19 |
|
|
|
141 |
|
142 |
lp computer science bibliography, https://dblp.org}
|
143 |
}
|
144 |
+
```
|