Commit
·
5b950cb
1
Parent(s):
030dcf0
upload
Browse files- .DS_Store +0 -0
- README.md +26 -16
- pytorch_model.bin +1 -1
- tokenizer.json +6 -1
- training_args.bin +2 -2
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README.md
CHANGED
@@ -3,49 +3,49 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- cynthiachan/
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
17 |
type: token-classification
|
18 |
dataset:
|
19 |
-
name: cynthiachan/
|
20 |
-
type: cynthiachan/
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
-
value: 0.
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
-
value: 0.
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
-
value: 0.
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
-
value: 0.
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
38 |
should probably proofread and complete it, then remove this comment. -->
|
39 |
|
40 |
-
#
|
41 |
|
42 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the cynthiachan/
|
43 |
It achieves the following results on the evaluation set:
|
44 |
-
- Loss: 0.
|
45 |
-
- Precision: 0.
|
46 |
-
- Recall: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Accuracy: 0.
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -74,6 +74,16 @@ The following hyperparameters were used during training:
|
|
74 |
|
75 |
### Training results
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- cynthiachan/FeedRef_10pct
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
+
- name: training_3
|
14 |
results:
|
15 |
- task:
|
16 |
name: Token Classification
|
17 |
type: token-classification
|
18 |
dataset:
|
19 |
+
name: cynthiachan/FeedRef_10pct
|
20 |
+
type: cynthiachan/FeedRef_10pct
|
21 |
+
args: FeedRef_10pct
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.6786570743405276
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.8372781065088757
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.7496688741721853
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9678051829961355
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
38 |
should probably proofread and complete it, then remove this comment. -->
|
39 |
|
40 |
+
# training_3
|
41 |
|
42 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the cynthiachan/FeedRef_10pct dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
+
- Loss: 0.1302
|
45 |
+
- Precision: 0.6787
|
46 |
+
- Recall: 0.8373
|
47 |
+
- F1: 0.7497
|
48 |
+
- Accuracy: 0.9678
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
74 |
|
75 |
### Training results
|
76 |
|
77 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| 0.3927 | 0.37 | 500 | 0.2362 | 0.2854 | 0.4112 | 0.3370 | 0.9431 |
|
80 |
+
| 0.1994 | 0.75 | 1000 | 0.1656 | 0.4762 | 0.6509 | 0.55 | 0.9550 |
|
81 |
+
| 0.1541 | 1.12 | 1500 | 0.1437 | 0.5608 | 0.7367 | 0.6368 | 0.9602 |
|
82 |
+
| 0.1275 | 1.5 | 2000 | 0.1497 | 0.6090 | 0.7604 | 0.6763 | 0.9638 |
|
83 |
+
| 0.1184 | 1.87 | 2500 | 0.1302 | 0.6787 | 0.8373 | 0.7497 | 0.9678 |
|
84 |
+
| 0.0753 | 2.25 | 3000 | 0.1375 | 0.7454 | 0.8314 | 0.7860 | 0.9698 |
|
85 |
+
| 0.0613 | 2.62 | 3500 | 0.1465 | 0.8254 | 0.8669 | 0.8456 | 0.9736 |
|
86 |
+
| 0.0577 | 3.0 | 4000 | 0.1334 | 0.8144 | 0.8698 | 0.8412 | 0.9746 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 431054001
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3de499157bfdea2ea7b3d46af18b32df3bad9bf8a4d0f35f2adab2ed92203b8d
|
3 |
size 431054001
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:424071fcbc8dac0d86ad6e221e9f19de6c334bd1b93afb168b98b0a75cb7a6b6
|
3 |
+
size 3247
|