richardchiu
commited on
Commit
•
f1b4974
1
Parent(s):
f2c9584
End of training
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: work1_AIA_LLM_B_132001
|
8 |
results: []
|
@@ -15,12 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
-
|
20 |
-
- eval_runtime: 0.8215
|
21 |
-
- eval_samples_per_second: 1269.61
|
22 |
-
- eval_steps_per_second: 80.34
|
23 |
-
- step: 0
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,6 +45,17 @@ The following hyperparameters were used during training:
|
|
47 |
- lr_scheduler_type: linear
|
48 |
- num_epochs: 5
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.39.1
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- matthews_correlation
|
8 |
model-index:
|
9 |
- name: work1_AIA_LLM_B_132001
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2488
|
21 |
+
- Matthews Correlation: 0.5406
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 5
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
52 |
+
| 0.1282 | 1.0 | 535 | 0.7020 | 0.5086 |
|
53 |
+
| 0.0923 | 2.0 | 1070 | 1.0002 | 0.5173 |
|
54 |
+
| 0.0693 | 3.0 | 1605 | 1.0410 | 0.5195 |
|
55 |
+
| 0.0524 | 4.0 | 2140 | 1.2027 | 0.5309 |
|
56 |
+
| 0.042 | 5.0 | 2675 | 1.2488 | 0.5406 |
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.39.1
|
runs/Mar23_02-14-11_d179836e26c8/events.out.tfevents.1711160243.d179836e26c8.903.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd985a4a6b120eba842cdad9acd35d96776a65107147ea72db90af39422ac620
|
3 |
+
size 423
|