abdurrahman22224
commited on
Commit
•
2a31a55
1
Parent(s):
d243921
Model save
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,21 +39,23 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
- train_batch_size: 64
|
44 |
- eval_batch_size: 64
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5221
|
22 |
+
- Accuracy: 0.5844
|
23 |
+
- F1: 0.5241
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 1e-05
|
43 |
- train_batch_size: 64
|
44 |
- eval_batch_size: 64
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| No log | 1.0 | 262 | 1.9841 | 0.4993 | 0.3718 |
|
55 |
+
| 2.1649 | 2.0 | 524 | 1.6903 | 0.5508 | 0.4546 |
|
56 |
+
| 2.1649 | 3.0 | 786 | 1.5779 | 0.5732 | 0.4992 |
|
57 |
+
| 1.5746 | 4.0 | 1048 | 1.5320 | 0.5800 | 0.5114 |
|
58 |
+
| 1.5746 | 5.0 | 1310 | 1.5221 | 0.5844 | 0.5241 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267912544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7af31c6ca8b44ecee7a1f62d7be010e2d132b21fd8566e24d0066fd65a03fc4
|
3 |
size 267912544
|
runs/Jun06_07-04-28_8b69e68f16d6/events.out.tfevents.1717657474.8b69e68f16d6.214.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:61ae73bd5c067b756d4ee5eb4443e085d95955370ee28cdb0c9fbcd134d78c8d
|
3 |
+
size 8651
|
runs/Jun06_07-04-28_8b69e68f16d6/events.out.tfevents.1717658304.8b69e68f16d6.214.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f296826d54efe89ed6a16c8aae0df0a17539dfad1a7df9c6c2f53f73facd3a5
|
3 |
+
size 457
|