DioBot2000
commited on
Commit
•
d7a783d
1
Parent(s):
80ddf49
DioBot2000
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: distilbert-base-uncased-finetuned-CEFR
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# distilbert-base-uncased-finetuned-CEFR
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2528
|
24 |
+
- Accuracy: 0.3350
|
25 |
+
- Precision: 0.3202
|
26 |
+
- Recall: 0.6791
|
27 |
+
- F1: 0.2925
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 15
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| No log | 1.0 | 50 | 0.2342 | 0.3324 | 0.3240 | 0.6540 | 0.2960 |
|
59 |
+
| No log | 2.0 | 100 | 0.2326 | 0.3330 | 0.3166 | 0.6658 | 0.2841 |
|
60 |
+
| No log | 3.0 | 150 | 0.2362 | 0.3332 | 0.3171 | 0.6680 | 0.2882 |
|
61 |
+
| No log | 4.0 | 200 | 0.2410 | 0.3335 | 0.3238 | 0.6722 | 0.2979 |
|
62 |
+
| No log | 5.0 | 250 | 0.2468 | 0.3337 | 0.3254 | 0.6657 | 0.2964 |
|
63 |
+
| No log | 6.0 | 300 | 0.2455 | 0.3341 | 0.3190 | 0.6697 | 0.2937 |
|
64 |
+
| No log | 7.0 | 350 | 0.2404 | 0.3347 | 0.3226 | 0.6795 | 0.2931 |
|
65 |
+
| No log | 8.0 | 400 | 0.2491 | 0.3341 | 0.3298 | 0.6732 | 0.2998 |
|
66 |
+
| No log | 9.0 | 450 | 0.2489 | 0.3345 | 0.3213 | 0.6763 | 0.2949 |
|
67 |
+
| 0.0385 | 10.0 | 500 | 0.2487 | 0.3349 | 0.3173 | 0.6780 | 0.2876 |
|
68 |
+
| 0.0385 | 11.0 | 550 | 0.2570 | 0.3346 | 0.3264 | 0.6754 | 0.2971 |
|
69 |
+
| 0.0385 | 12.0 | 600 | 0.2548 | 0.3348 | 0.3234 | 0.6746 | 0.2946 |
|
70 |
+
| 0.0385 | 13.0 | 650 | 0.2533 | 0.3349 | 0.3219 | 0.6806 | 0.2942 |
|
71 |
+
| 0.0385 | 14.0 | 700 | 0.2523 | 0.3350 | 0.3198 | 0.6801 | 0.2919 |
|
72 |
+
| 0.0385 | 15.0 | 750 | 0.2528 | 0.3350 | 0.3202 | 0.6791 | 0.2925 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.40.2
|
78 |
+
- Pytorch 2.2.1+cu121
|
79 |
+
- Datasets 2.19.1
|
80 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265485396
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69651c6694a7a297871041c978ac5d5d10437d5e5fecb14fabd8209b7f3ee6ba
|
3 |
size 265485396
|
runs/May15_11-01-37_52b071c01b95/events.out.tfevents.1715771674.52b071c01b95.205.4
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:3e48edf050fe3c3e573f38cddc1b1565282ca9bcb30ca5285805adfc59deebe1
|
3 |
+
size 12590
|
runs/May15_11-01-37_52b071c01b95/events.out.tfevents.1715772306.52b071c01b95.205.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b57d8385feeba2eb60ebbf484cdc5cd158dc32465564b63ffc773085aee0b8f
|
3 |
+
size 560
|