DanJoshua commited on
Commit
e3e979f
·
verified ·
1 Parent(s): 648a877

Model save

Browse files
Files changed (4) hide show
  1. README.md +75 -0
  2. all_results.json +8 -0
  3. model.safetensors +1 -1
  4. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: profesor_MViT_O_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
+ # profesor_MViT_O_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.0289
23
+ - Accuracy: 0.9946
24
+ - F1: 0.9946
25
+ - Precision: 0.9947
26
+ - Recall: 0.9946
27
+ - Roc Auc: 0.9997
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: 20
48
+ - eval_batch_size: 20
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: 237
53
+ - training_steps: 2370
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
+ | 0.4418 | 2.0325 | 237 | 0.2877 | 0.9464 | 0.9464 | 0.9477 | 0.9464 | 0.9917 |
61
+ | 0.1303 | 5.0312 | 474 | 0.1071 | 0.9705 | 0.9705 | 0.9709 | 0.9705 | 0.9984 |
62
+ | 0.0767 | 8.0300 | 711 | 0.0454 | 0.9946 | 0.9946 | 0.9946 | 0.9946 | 0.9998 |
63
+ | 0.0628 | 11.0287 | 948 | 0.0341 | 0.9946 | 0.9946 | 0.9947 | 0.9946 | 0.9994 |
64
+ | 0.0381 | 14.0274 | 1185 | 0.0157 | 0.9973 | 0.9973 | 0.9973 | 0.9973 | 1.0 |
65
+ | 0.0328 | 17.0262 | 1422 | 0.0202 | 0.9946 | 0.9946 | 0.9947 | 0.9946 | 0.9999 |
66
+ | 0.0276 | 20.0249 | 1659 | 0.0447 | 0.9866 | 0.9866 | 0.9869 | 0.9866 | 1.0000 |
67
+ | 0.0497 | 23.0236 | 1896 | 0.0289 | 0.9946 | 0.9946 | 0.9947 | 0.9946 | 0.9997 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.46.1
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 3.0.2
75
+ - Tokenizers 0.20.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 23.023628691983124,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.1262424577200463,
5
+ "train_runtime": 8776.2165,
6
+ "train_samples_per_second": 5.401,
7
+ "train_steps_per_second": 0.27
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5262fefecabea0270979bc39b4215768b052d4d06a72c3ed397bb565c5b9c014
3
  size 137270032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e261057e46aad91bbb11c418592f2f5ba14b5e05f26d41b606b6d9ca6e8aa8f7
3
  size 137270032
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 23.023628691983124,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.1262424577200463,
5
+ "train_runtime": 8776.2165,
6
+ "train_samples_per_second": 5.401,
7
+ "train_steps_per_second": 0.27
8
+ }