Model save
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilbert-base-uncased-finetuned-DouRC
|
8 |
results: []
|
@@ -13,7 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# distilbert-base-uncased-finetuned-DouRC
|
15 |
|
16 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,6 +46,17 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 5
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.41.2
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-finetuned-DouRC
|
10 |
results: []
|
|
|
15 |
|
16 |
# distilbert-base-uncased-finetuned-DouRC
|
17 |
|
18 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 4.6662
|
21 |
+
- Exact Match: 0.05
|
22 |
+
- F1: 0.0270
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 5
|
48 |
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
53 |
+
| 5.6355 | 1.0 | 10 | 5.3658 | 0.05 | 0.0264 |
|
54 |
+
| 5.083 | 2.0 | 20 | 4.9659 | 0.035 | 0.0164 |
|
55 |
+
| 4.6944 | 3.0 | 30 | 4.7939 | 0.03 | 0.0129 |
|
56 |
+
| 4.4803 | 4.0 | 40 | 4.6992 | 0.04 | 0.0207 |
|
57 |
+
| 4.389 | 5.0 | 50 | 4.6662 | 0.05 | 0.0270 |
|
58 |
+
|
59 |
+
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.41.2
|