jarvisx17 commited on
Commit
6245bd3
1 Parent(s): 5f18459

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -26
README.md CHANGED
@@ -33,7 +33,7 @@ model-index:
33
  value: 0.0
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the jxner dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.5562
47
  - Precision: 0.0
48
  - Recall: 0.0
49
  - F1: 0.0
50
- - Accuracy: 0.9
51
 
52
  ## Model description
53
 
@@ -72,32 +72,14 @@ The following hyperparameters were used during training:
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
- - num_epochs: 20
76
 
77
  ### Training results
78
 
79
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 1 | 1.7398 | 0.0370 | 0.125 | 0.0571 | 0.65 |
82
- | No log | 2.0 | 2 | 1.5750 | 0.0 | 0.0 | 0.0 | 0.86 |
83
- | No log | 3.0 | 3 | 1.4146 | 0.0 | 0.0 | 0.0 | 0.88 |
84
- | No log | 4.0 | 4 | 1.2611 | 0.0 | 0.0 | 0.0 | 0.9 |
85
- | No log | 5.0 | 5 | 1.1173 | 0.0 | 0.0 | 0.0 | 0.9 |
86
- | No log | 6.0 | 6 | 0.9869 | 0.0 | 0.0 | 0.0 | 0.9 |
87
- | No log | 7.0 | 7 | 0.8737 | 0.0 | 0.0 | 0.0 | 0.9 |
88
- | No log | 8.0 | 8 | 0.7804 | 0.0 | 0.0 | 0.0 | 0.9 |
89
- | No log | 9.0 | 9 | 0.7074 | 0.0 | 0.0 | 0.0 | 0.9 |
90
- | No log | 10.0 | 10 | 0.6545 | 0.0 | 0.0 | 0.0 | 0.9 |
91
- | No log | 11.0 | 11 | 0.6181 | 0.0 | 0.0 | 0.0 | 0.9 |
92
- | No log | 12.0 | 12 | 0.5938 | 0.0 | 0.0 | 0.0 | 0.9 |
93
- | No log | 13.0 | 13 | 0.5780 | 0.0 | 0.0 | 0.0 | 0.9 |
94
- | No log | 14.0 | 14 | 0.5682 | 0.0 | 0.0 | 0.0 | 0.9 |
95
- | No log | 15.0 | 15 | 0.5623 | 0.0 | 0.0 | 0.0 | 0.9 |
96
- | No log | 16.0 | 16 | 0.5589 | 0.0 | 0.0 | 0.0 | 0.9 |
97
- | No log | 17.0 | 17 | 0.5571 | 0.0 | 0.0 | 0.0 | 0.9 |
98
- | No log | 18.0 | 18 | 0.5563 | 0.0 | 0.0 | 0.0 | 0.9 |
99
- | No log | 19.0 | 19 | 0.5562 | 0.0 | 0.0 | 0.0 | 0.9 |
100
- | No log | 20.0 | 20 | 0.5562 | 0.0 | 0.0 | 0.0 | 0.9 |
101
 
102
 
103
  ### Framework versions
 
33
  value: 0.0
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.859375
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the jxner dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.7996
47
  - Precision: 0.0
48
  - Recall: 0.0
49
  - F1: 0.0
50
+ - Accuracy: 0.8594
51
 
52
  ## Model description
53
 
 
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
+ - num_epochs: 2
76
 
77
  ### Training results
78
 
79
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
81
+ | No log | 1.0 | 1 | 0.8644 | 0.0 | 0.0 | 0.0 | 0.8594 |
82
+ | No log | 2.0 | 2 | 0.7996 | 0.0 | 0.0 | 0.0 | 0.8594 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
 
85
  ### Framework versions