NastyaKorneeva
commited on
Commit
•
3fa03b5
1
Parent(s):
005f76f
End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: my_awesome_wnut_model
|
8 |
results: []
|
@@ -14,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# my_awesome_wnut_model
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,9 +51,17 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 2
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
-
- Transformers 4.
|
46 |
- Pytorch 2.2.1+cu121
|
47 |
- Datasets 2.18.0
|
48 |
- Tokenizers 0.15.2
|
|
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
model-index:
|
12 |
- name: my_awesome_wnut_model
|
13 |
results: []
|
|
|
19 |
# my_awesome_wnut_model
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2652
|
24 |
+
- Precision: 0.5528
|
25 |
+
- Recall: 0.3151
|
26 |
+
- F1: 0.4014
|
27 |
+
- Accuracy: 0.9417
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
51 |
- lr_scheduler_type: linear
|
52 |
- num_epochs: 2
|
53 |
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 213 | 0.2726 | 0.5665 | 0.2762 | 0.3713 | 0.9392 |
|
59 |
+
| No log | 2.0 | 426 | 0.2652 | 0.5528 | 0.3151 | 0.4014 | 0.9417 |
|
60 |
+
|
61 |
+
|
62 |
### Framework versions
|
63 |
|
64 |
+
- Transformers 4.39.3
|
65 |
- Pytorch 2.2.1+cu121
|
66 |
- Datasets 2.18.0
|
67 |
- Tokenizers 0.15.2
|
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:89ea6ef772e7aecfb60e247aaa4e231897ab3e027fc7882982093a074baa79ab
|
3 |
size 265503852
|
runs/Apr02_12-34-20_4e7756e4d136/events.out.tfevents.1712061261.4e7756e4d136.3603.0
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:a09676e29a2786c519a48e858565a1652184f495e7ad17689300f6d93058536f
|
3 |
+
size 6409
|