End of training
Browse files
README.md
CHANGED
|
@@ -6,9 +6,36 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- wnut_17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: my_awesome_wnut_model
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,6 +44,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
# my_awesome_wnut_model
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -41,13 +74,15 @@ The following hyperparameters were used during training:
|
|
| 41 |
- seed: 42
|
| 42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
-
- num_epochs:
|
| 45 |
|
| 46 |
### Training results
|
| 47 |
|
| 48 |
-
| Training Loss | Epoch
|
| 49 |
-
|:-------------:|:-----
|
| 50 |
-
| No log |
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- wnut_17
|
| 9 |
+
metrics:
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
+
- f1
|
| 13 |
+
- accuracy
|
| 14 |
model-index:
|
| 15 |
- name: my_awesome_wnut_model
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Token Classification
|
| 19 |
+
type: token-classification
|
| 20 |
+
dataset:
|
| 21 |
+
name: wnut_17
|
| 22 |
+
type: wnut_17
|
| 23 |
+
config: wnut_17
|
| 24 |
+
split: test
|
| 25 |
+
args: wnut_17
|
| 26 |
+
metrics:
|
| 27 |
+
- name: Precision
|
| 28 |
+
type: precision
|
| 29 |
+
value: 0.5390279823269514
|
| 30 |
+
- name: Recall
|
| 31 |
+
type: recall
|
| 32 |
+
value: 0.3392029657089898
|
| 33 |
+
- name: F1
|
| 34 |
+
type: f1
|
| 35 |
+
value: 0.41638225255972694
|
| 36 |
+
- name: Accuracy
|
| 37 |
+
type: accuracy
|
| 38 |
+
value: 0.943952802359882
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
# my_awesome_wnut_model
|
| 45 |
|
| 46 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
|
| 47 |
+
It achieves the following results on the evaluation set:
|
| 48 |
+
- Loss: 0.2711
|
| 49 |
+
- Precision: 0.5390
|
| 50 |
+
- Recall: 0.3392
|
| 51 |
+
- F1: 0.4164
|
| 52 |
+
- Accuracy: 0.9440
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
|
|
|
| 74 |
- seed: 42
|
| 75 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 76 |
- lr_scheduler_type: linear
|
| 77 |
+
- num_epochs: 3
|
| 78 |
|
| 79 |
### Training results
|
| 80 |
|
| 81 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 82 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 83 |
+
| No log | 1.0 | 213 | 0.2856 | 0.6172 | 0.2465 | 0.3523 | 0.9386 |
|
| 84 |
+
| No log | 2.0 | 426 | 0.2706 | 0.5669 | 0.3142 | 0.4043 | 0.9422 |
|
| 85 |
+
| 0.1857 | 3.0 | 639 | 0.2711 | 0.5390 | 0.3392 | 0.4164 | 0.9440 |
|
| 86 |
|
| 87 |
|
| 88 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265503852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15fd5aca1844ab0a7a5aabe8d8a8e7733a73d27c7361a0cddfd80dfe5f7f537d
|
| 3 |
size 265503852
|
runs/Nov20_13-37-33_3368db735ada/events.out.tfevents.1732109854.3368db735ada.1815.2
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:b945be7d08562fdb85771f00b4eb99a095bb1fbe68cbcbe93ab5dffdbc8ba35b
|
| 3 |
+
size 7544
|