amanpatkar
commited on
Upload tokenizer
Browse files
README.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model: distilbert-base-cased
|
4 |
-
tags:
|
5 |
-
- generated_from_trainer
|
6 |
datasets:
|
7 |
- conll2003
|
|
|
8 |
metrics:
|
9 |
- precision
|
10 |
- recall
|
11 |
- f1
|
12 |
- accuracy
|
|
|
|
|
13 |
model-index:
|
14 |
- name: distilbert-finetuned-ner
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Token Classification
|
18 |
type: token-classification
|
|
|
19 |
dataset:
|
20 |
name: conll2003
|
21 |
type: conll2003
|
@@ -23,18 +23,18 @@ model-index:
|
|
23 |
split: validation
|
24 |
args: conll2003
|
25 |
metrics:
|
26 |
-
-
|
27 |
-
type: precision
|
28 |
value: 1.0
|
29 |
-
|
30 |
-
|
31 |
value: 1.0
|
32 |
-
|
33 |
-
|
34 |
value: 1.0
|
35 |
-
|
36 |
-
|
37 |
value: 1.0
|
|
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
base_model: distilbert-base-cased
|
|
|
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
+
license: apache-2.0
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
11 |
+
tags:
|
12 |
+
- generated_from_trainer
|
13 |
model-index:
|
14 |
- name: distilbert-finetuned-ner
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: token-classification
|
18 |
+
name: Token Classification
|
19 |
dataset:
|
20 |
name: conll2003
|
21 |
type: conll2003
|
|
|
23 |
split: validation
|
24 |
args: conll2003
|
25 |
metrics:
|
26 |
+
- type: precision
|
|
|
27 |
value: 1.0
|
28 |
+
name: Precision
|
29 |
+
- type: recall
|
30 |
value: 1.0
|
31 |
+
name: Recall
|
32 |
+
- type: f1
|
33 |
value: 1.0
|
34 |
+
name: F1
|
35 |
+
- type: accuracy
|
36 |
value: 1.0
|
37 |
+
name: Accuracy
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|