DanJoshua commited on
Commit
a82494e
·
verified ·
1 Parent(s): 4a757dd

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_B_RWF2000
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_B_RWF2000
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.2653
23
+ - Accuracy: 0.925
24
+ - F1: 0.9250
25
+ - Precision: 0.9252
26
+ - Recall: 0.925
27
+ - Roc Auc: 0.9813
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: 240
53
+ - training_steps: 2400
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.5302 | 2.0333 | 240 | 0.4018 | 0.895 | 0.895 | 0.895 | 0.895 | 0.9609 |
61
+ | 0.2816 | 5.0333 | 480 | 0.2559 | 0.9125 | 0.9125 | 0.9126 | 0.9125 | 0.9782 |
62
+ | 0.1884 | 8.0333 | 720 | 0.2456 | 0.91 | 0.9099 | 0.9115 | 0.91 | 0.9799 |
63
+ | 0.1991 | 11.0333 | 960 | 0.2289 | 0.9225 | 0.9225 | 0.9225 | 0.9225 | 0.9815 |
64
+ | 0.1298 | 14.0333 | 1200 | 0.2186 | 0.9275 | 0.9275 | 0.9275 | 0.9275 | 0.9834 |
65
+ | 0.1518 | 17.0333 | 1440 | 0.2484 | 0.9275 | 0.9275 | 0.9276 | 0.9275 | 0.9798 |
66
+ | 0.107 | 20.0333 | 1680 | 0.2442 | 0.93 | 0.9300 | 0.9300 | 0.93 | 0.9834 |
67
+ | 0.1021 | 23.0333 | 1920 | 0.2653 | 0.925 | 0.9250 | 0.9252 | 0.925 | 0.9813 |
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.033333333333335,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.22850769038001698,
5
+ "train_runtime": 13416.1174,
6
+ "train_samples_per_second": 3.578,
7
+ "train_steps_per_second": 0.179
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4defddc1978436cf387f85e77c72bd9f8876867470bde7242bc96cfaec63677d
3
  size 137270032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9370e9cd9c5b3bb71c7018a2e7ff0837da57c2965d1c8a1925fc2221bc95fc
3
  size 137270032
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 23.033333333333335,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.22850769038001698,
5
+ "train_runtime": 13416.1174,
6
+ "train_samples_per_second": 3.578,
7
+ "train_steps_per_second": 0.179
8
+ }