PooRaj commited on
Commit
e4f6062
1 Parent(s): ee37e1e

End of training

Browse files
Files changed (3) hide show
  1. README.md +24 -24
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -51,13 +51,13 @@ model-index:
51
  split: test
52
  metrics:
53
  - type: f1
54
- value: 0.7715637979329663
55
  name: F1
56
  - type: precision
57
- value: 0.7806880375293198
58
  name: Precision
59
  - type: recall
60
- value: 0.7626503723505824
61
  name: Recall
62
  ---
63
 
@@ -84,29 +84,29 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model trained
84
  ### Model Labels
85
  | Label | Examples |
86
  |:-------------|:-------------------------------------------------------------------------------|
87
- | art | "Imelda de ' Lambertazzi", "The Seven Year Itch", "Time" |
88
- | building | "Henry Ford Museum", "Boston Garden", "Sheremetyevo International Airport" |
89
  | event | "French Revolution", "Iranian Constitutional Revolution", "Russian Revolution" |
90
- | location | "the Republic of Croatia", "Croatian", "Mediterranean Basin" |
91
- | organization | "Texas Chicken", "Church 's Chicken", "IAEA" |
92
  | other | "N-terminal lipid", "BAR", "Amphiphysin" |
93
- | person | "Ellaline Terriss", "Edmund Payne", "Hicks" |
94
- | product | "Corvettes - GT1 C6R", "Phantom", "100EX" |
95
 
96
  ## Evaluation
97
 
98
  ### Metrics
99
  | Label | Precision | Recall | F1 |
100
  |:-------------|:----------|:-------|:-------|
101
- | **all** | 0.7807 | 0.7627 | 0.7716 |
102
- | art | 0.7548 | 0.7302 | 0.7423 |
103
- | building | 0.6458 | 0.7143 | 0.6783 |
104
- | event | 0.6211 | 0.5438 | 0.5799 |
105
- | location | 0.8071 | 0.8535 | 0.8296 |
106
- | organization | 0.7328 | 0.6631 | 0.6962 |
107
- | other | 0.7560 | 0.6349 | 0.6902 |
108
- | person | 0.8824 | 0.9016 | 0.8919 |
109
- | product | 0.6784 | 0.5864 | 0.6291 |
110
 
111
  ## Uses
112
 
@@ -187,12 +187,12 @@ trainer.save_model("span_marker_model_id-finetuned")
187
  ### Training Results
188
  | Epoch | Step | Validation Loss | Validation Precision | Validation Recall | Validation F1 | Validation Accuracy |
189
  |:------:|:----:|:---------------:|:--------------------:|:-----------------:|:-------------:|:-------------------:|
190
- | 0.1629 | 200 | 0.0309 | 0.7609 | 0.5975 | 0.6693 | 0.9037 |
191
- | 0.3259 | 400 | 0.0239 | 0.7449 | 0.7054 | 0.7246 | 0.9217 |
192
- | 0.4888 | 600 | 0.0218 | 0.7598 | 0.7366 | 0.7480 | 0.9311 |
193
- | 0.6517 | 800 | 0.0199 | 0.7863 | 0.7393 | 0.7621 | 0.9316 |
194
- | 0.8147 | 1000 | 0.0195 | 0.7817 | 0.7575 | 0.7694 | 0.9379 |
195
- | 0.9776 | 1200 | 0.0192 | 0.7778 | 0.7658 | 0.7717 | 0.9380 |
196
 
197
  ### Framework Versions
198
  - Python: 3.10.12
 
51
  split: test
52
  metrics:
53
  - type: f1
54
+ value: 0.7717265353418308
55
  name: F1
56
  - type: precision
57
+ value: 0.7806212150810705
58
  name: Precision
59
  - type: recall
60
+ value: 0.7630322703838075
61
  name: Recall
62
  ---
63
 
 
84
  ### Model Labels
85
  | Label | Examples |
86
  |:-------------|:-------------------------------------------------------------------------------|
87
+ | art | "Time", "The Seven Year Itch", "Imelda de ' Lambertazzi" |
88
+ | building | "Boston Garden", "Sheremetyevo International Airport", "Henry Ford Museum" |
89
  | event | "French Revolution", "Iranian Constitutional Revolution", "Russian Revolution" |
90
+ | location | "Croatian", "the Republic of Croatia", "Mediterranean Basin" |
91
+ | organization | "IAEA", "Texas Chicken", "Church 's Chicken" |
92
  | other | "N-terminal lipid", "BAR", "Amphiphysin" |
93
+ | person | "Hicks", "Edmund Payne", "Ellaline Terriss" |
94
+ | product | "100EX", "Phantom", "Corvettes - GT1 C6R" |
95
 
96
  ## Evaluation
97
 
98
  ### Metrics
99
  | Label | Precision | Recall | F1 |
100
  |:-------------|:----------|:-------|:-------|
101
+ | **all** | 0.7806 | 0.7630 | 0.7717 |
102
+ | art | 0.7465 | 0.7395 | 0.7430 |
103
+ | building | 0.6027 | 0.7184 | 0.6555 |
104
+ | event | 0.6178 | 0.5438 | 0.5784 |
105
+ | location | 0.8138 | 0.8547 | 0.8338 |
106
+ | organization | 0.7359 | 0.6613 | 0.6966 |
107
+ | other | 0.7397 | 0.6166 | 0.6726 |
108
+ | person | 0.8845 | 0.9071 | 0.8957 |
109
+ | product | 0.7056 | 0.5932 | 0.6446 |
110
 
111
  ## Uses
112
 
 
187
  ### Training Results
188
  | Epoch | Step | Validation Loss | Validation Precision | Validation Recall | Validation F1 | Validation Accuracy |
189
  |:------:|:----:|:---------------:|:--------------------:|:-----------------:|:-------------:|:-------------------:|
190
+ | 0.1629 | 200 | 0.0359 | 0.6908 | 0.6298 | 0.6589 | 0.9053 |
191
+ | 0.3259 | 400 | 0.0237 | 0.7535 | 0.7018 | 0.7267 | 0.9227 |
192
+ | 0.4888 | 600 | 0.0216 | 0.7659 | 0.7438 | 0.7547 | 0.9333 |
193
+ | 0.6517 | 800 | 0.0208 | 0.7730 | 0.7550 | 0.7639 | 0.9344 |
194
+ | 0.8147 | 1000 | 0.0197 | 0.7805 | 0.7567 | 0.7684 | 0.9372 |
195
+ | 0.9776 | 1200 | 0.0194 | 0.7771 | 0.7634 | 0.7702 | 0.9381 |
196
 
197
  ### Framework Versions
198
  - Python: 3.10.12
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed3412fbb4d0a1875da5c58ccb533dd135006c1a51c009f0d99ef9d8d45d4b76
3
  size 433377649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd691a5f017ffdee143800b05c85a355f805478ccebf15cfb0f015ab18b0b40a
3
  size 433377649
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88462d61413ef708ff396f54b9610a3baa70dd41a62c8f57f877bea5972ff9f1
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcb48bf923c03c391e1aa088f9ff653f6951e0911d6aaf1bc94541fdb29c1e8
3
  size 4091