NadineMostafa
commited on
Commit
•
7008be9
1
Parent(s):
27295ea
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: my_awesome_model_2
|
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 |
+
# my_awesome_model_2
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1188
|
24 |
+
- Accuracy: 0.9479
|
25 |
+
- F1: 0.9507
|
26 |
+
- Precision: 0.9389
|
27 |
+
- Recall: 0.9628
|
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: 32
|
48 |
+
- eval_batch_size: 32
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 6
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.4769 | 1.0 | 1225 | 0.4127 | 0.7860 | 0.7898 | 0.8100 | 0.7706 |
|
59 |
+
| 0.4112 | 2.0 | 2450 | 0.3482 | 0.8268 | 0.8197 | 0.8972 | 0.7546 |
|
60 |
+
| 0.3384 | 3.0 | 3675 | 0.2593 | 0.8856 | 0.8925 | 0.8760 | 0.9096 |
|
61 |
+
| 0.2788 | 4.0 | 4900 | 0.1963 | 0.9140 | 0.9172 | 0.9217 | 0.9127 |
|
62 |
+
| 0.2312 | 5.0 | 6125 | 0.1461 | 0.9400 | 0.9441 | 0.9179 | 0.9718 |
|
63 |
+
| 0.1791 | 6.0 | 7350 | 0.1188 | 0.9479 | 0.9507 | 0.9389 | 0.9628 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.44.0
|
69 |
+
- Pytorch 2.4.0
|
70 |
+
- Datasets 2.21.0
|
71 |
+
- Tokenizers 0.19.1
|
runs/Sep01_23-36-40_1dd1a9185c5e/events.out.tfevents.1725246546.1dd1a9185c5e.36.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dcdc48f3b8a4ff79d6f82322a1e3e3b601327ed9f9f6fb14e4c532795ac6f60
|
3 |
+
size 560
|