End of training
Browse files- README.md +26 -26
- pytorch_model.bin +1 -1
- 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.
|
55 |
name: F1
|
56 |
- type: precision
|
57 |
-
value: 0.
|
58 |
name: Precision
|
59 |
- type: recall
|
60 |
-
value: 0.
|
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 | "
|
88 |
-
| building | "
|
89 |
-
| event | "French Revolution", "
|
90 |
-
| location | "
|
91 |
-
| organization | "
|
92 |
-
| other | "
|
93 |
-
| person | "
|
94 |
-
| product | "
|
95 |
|
96 |
## Evaluation
|
97 |
|
98 |
### Metrics
|
99 |
| Label | Precision | Recall | F1 |
|
100 |
|:-------------|:----------|:-------|:-------|
|
101 |
-
| **all** | 0.
|
102 |
-
| art | 0.
|
103 |
-
| building | 0.
|
104 |
-
| event | 0.
|
105 |
-
| location | 0.
|
106 |
-
| organization | 0.
|
107 |
-
| other | 0.
|
108 |
-
| person | 0.
|
109 |
-
| product | 0.
|
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.
|
191 |
-
| 0.3259 | 400 | 0.
|
192 |
-
| 0.4888 | 600 | 0.
|
193 |
-
| 0.6517 | 800 | 0.
|
194 |
-
| 0.8147 | 1000 | 0.
|
195 |
-
| 0.9776 | 1200 | 0.
|
196 |
|
197 |
### Framework Versions
|
198 |
- Python: 3.10.12
|
|
|
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 |
### 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 |
### 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
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433377649
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed3412fbb4d0a1875da5c58ccb533dd135006c1a51c009f0d99ef9d8d45d4b76
|
3 |
size 433377649
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88462d61413ef708ff396f54b9610a3baa70dd41a62c8f57f877bea5972ff9f1
|
3 |
size 4091
|