Commit
•
6d6c977
1
Parent(s):
693fb8f
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (586f346382ef8caecc9283a440d5c8155069e488)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -9,12 +9,18 @@ metrics:
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
model-index:
|
13 |
- name: distilbert-finetuned-ner-ontonotes
|
14 |
results:
|
15 |
- task:
|
16 |
-
name: Token Classification
|
17 |
type: token-classification
|
|
|
18 |
dataset:
|
19 |
name: ontonotes5
|
20 |
type: ontonotes5
|
@@ -22,23 +28,18 @@ model-index:
|
|
22 |
split: train
|
23 |
args: ontonotes5
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: precision
|
27 |
value: 0.8535359959297889
|
28 |
-
|
29 |
-
|
30 |
value: 0.8788553467356427
|
31 |
-
|
32 |
-
|
33 |
value: 0.8660106468785288
|
34 |
-
|
35 |
-
|
36 |
value: 0.9749625470373822
|
37 |
-
|
38 |
-
- text: 'I am Jack. I live in California and I work at Apple '
|
39 |
-
example_title: Example 1
|
40 |
-
- text: 'Wow this book is amazing and costs only 4€ '
|
41 |
-
example_title: Example 2
|
42 |
---
|
43 |
|
44 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
+
widget:
|
13 |
+
- text: 'I am Jack. I live in California and I work at Apple '
|
14 |
+
example_title: Example 1
|
15 |
+
- text: 'Wow this book is amazing and costs only 4€ '
|
16 |
+
example_title: Example 2
|
17 |
+
base_model: distilbert-base-cased
|
18 |
model-index:
|
19 |
- name: distilbert-finetuned-ner-ontonotes
|
20 |
results:
|
21 |
- task:
|
|
|
22 |
type: token-classification
|
23 |
+
name: Token Classification
|
24 |
dataset:
|
25 |
name: ontonotes5
|
26 |
type: ontonotes5
|
|
|
28 |
split: train
|
29 |
args: ontonotes5
|
30 |
metrics:
|
31 |
+
- type: precision
|
|
|
32 |
value: 0.8535359959297889
|
33 |
+
name: Precision
|
34 |
+
- type: recall
|
35 |
value: 0.8788553467356427
|
36 |
+
name: Recall
|
37 |
+
- type: f1
|
38 |
value: 0.8660106468785288
|
39 |
+
name: F1
|
40 |
+
- type: accuracy
|
41 |
value: 0.9749625470373822
|
42 |
+
name: Accuracy
|
|
|
|
|
|
|
|
|
43 |
---
|
44 |
|
45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|