DanJoshua commited on
Commit
5fd3122
·
verified ·
1 Parent(s): 380ccb3

Model save

Browse files
Files changed (4) hide show
  1. README.md +82 -0
  2. all_results.json +8 -0
  3. model.safetensors +1 -1
  4. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: estudiante_MC318_profesor_MViT_kl_RLVS
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # estudiante_MC318_profesor_MViT_kl_RLVS
19
+
20
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0393
23
+ - Accuracy: 0.9813
24
+ - F1: 0.9813
25
+ - Precision: 0.9813
26
+ - Recall: 0.9813
27
+ - Roc Auc: 0.9991
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: 1e-05
47
+ - train_batch_size: 30
48
+ - eval_batch_size: 30
49
+ - seed: 42
50
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 159
53
+ - training_steps: 1590
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Roc Auc |
59
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-------:|
60
+ | 1.1707 | 1.0145 | 79 | 0.3903 | 0.9091 | 0.9091 | 0.9091 | 0.9091 | 0.9760 |
61
+ | 0.7543 | 2.0289 | 158 | 0.2225 | 0.9358 | 0.9358 | 0.9359 | 0.9358 | 0.9882 |
62
+ | 0.5018 | 4.0082 | 237 | 0.1346 | 0.9572 | 0.9572 | 0.9577 | 0.9572 | 0.9928 |
63
+ | 0.3639 | 5.0226 | 316 | 0.0938 | 0.9706 | 0.9706 | 0.9706 | 0.9706 | 0.9945 |
64
+ | 0.2751 | 7.0019 | 395 | 0.1042 | 0.9706 | 0.9706 | 0.9707 | 0.9706 | 0.9963 |
65
+ | 0.2243 | 8.0164 | 474 | 0.0650 | 0.9733 | 0.9733 | 0.9735 | 0.9733 | 0.9971 |
66
+ | 0.1755 | 9.0308 | 553 | 0.0690 | 0.9813 | 0.9813 | 0.9813 | 0.9813 | 0.9980 |
67
+ | 0.1681 | 11.0101 | 632 | 0.0532 | 0.9866 | 0.9866 | 0.9866 | 0.9866 | 0.9978 |
68
+ | 0.1581 | 12.0245 | 711 | 0.0432 | 0.9813 | 0.9813 | 0.9813 | 0.9813 | 0.9991 |
69
+ | 0.1245 | 14.0038 | 790 | 0.0446 | 0.9893 | 0.9893 | 0.9894 | 0.9893 | 0.9986 |
70
+ | 0.1291 | 15.0182 | 869 | 0.0467 | 0.9866 | 0.9866 | 0.9868 | 0.9866 | 0.9992 |
71
+ | 0.1057 | 16.0327 | 948 | 0.0427 | 0.9840 | 0.9840 | 0.9842 | 0.9840 | 0.9990 |
72
+ | 0.1109 | 18.0119 | 1027 | 0.0403 | 0.9840 | 0.9840 | 0.9842 | 0.9840 | 0.9991 |
73
+ | 0.1039 | 19.0264 | 1106 | 0.0762 | 0.9679 | 0.9679 | 0.9693 | 0.9679 | 0.9989 |
74
+ | 0.0978 | 21.0057 | 1185 | 0.0393 | 0.9813 | 0.9813 | 0.9813 | 0.9813 | 0.9991 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.46.3
80
+ - Pytorch 2.0.1+cu118
81
+ - Datasets 3.1.0
82
+ - Tokenizers 0.20.3
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 21.005660377358492,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.31929980732720614,
5
+ "train_runtime": 8703.9482,
6
+ "train_samples_per_second": 5.48,
7
+ "train_steps_per_second": 0.183
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42ddc122f4b57ef17c0458ab6ce3add7abc57d20c31983c35e275e6292da17ca
3
  size 46217752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a91bebdd04c822d60fcd31551edbdff3f96e13ff57cbb37716b57a9f887389cd
3
  size 46217752
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 21.005660377358492,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.31929980732720614,
5
+ "train_runtime": 8703.9482,
6
+ "train_samples_per_second": 5.48,
7
+ "train_steps_per_second": 0.183
8
+ }