DanJoshua commited on
Commit
eefcf33
·
verified ·
1 Parent(s): cc1d8a5

Model save

Browse files
Files changed (4) hide show
  1. README.md +74 -0
  2. all_results.json +8 -0
  3. model.safetensors +1 -1
  4. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ model-index:
10
+ - name: student_videomobilevit_not_learning_RWF2000
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # student_videomobilevit_not_learning_RWF2000
18
+
19
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4668
22
+ - Accuracy: 0.8531
23
+ - F1: 0.8530
24
+ - Precision: 0.8542
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 20
45
+ - eval_batch_size: 20
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 180
50
+ - training_steps: 1800
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|
57
+ | 0.5117 | 2.02 | 180 | 0.4612 | 0.7844 | 0.7841 | 0.7857 |
58
+ | 0.3803 | 4.04 | 360 | 0.4049 | 0.8156 | 0.8150 | 0.8201 |
59
+ | 0.3181 | 7.02 | 540 | 0.4287 | 0.8 | 0.7989 | 0.8069 |
60
+ | 0.2548 | 9.04 | 720 | 0.4230 | 0.8094 | 0.8080 | 0.8184 |
61
+ | 0.2348 | 12.02 | 900 | 0.3655 | 0.85 | 0.85 | 0.85 |
62
+ | 0.1722 | 14.04 | 1080 | 0.3827 | 0.8594 | 0.8594 | 0.8595 |
63
+ | 0.1861 | 17.02 | 1260 | 0.4371 | 0.8562 | 0.8562 | 0.8571 |
64
+ | 0.1753 | 19.04 | 1440 | 0.4214 | 0.8438 | 0.8435 | 0.8457 |
65
+ | 0.1464 | 22.02 | 1620 | 0.5414 | 0.8438 | 0.8427 | 0.8531 |
66
+ | 0.1411 | 24.04 | 1800 | 0.4668 | 0.8531 | 0.8530 | 0.8542 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.45.2
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 3.0.1
74
+ - Tokenizers 0.20.0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 24.04,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.26292056242624917,
5
+ "train_runtime": 13361.5549,
6
+ "train_samples_per_second": 2.694,
7
+ "train_steps_per_second": 0.135
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:776be2b039c7ad9c39248df95285e4edbbf494ffd8f4414ef072005818427601
3
  size 88183984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d10ef29d9f2bc6fdd028198b7b38e9f1ddbf92141c1eb61568ea786988c3fdb
3
  size 88183984
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 24.04,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.26292056242624917,
5
+ "train_runtime": 13361.5549,
6
+ "train_samples_per_second": 2.694,
7
+ "train_steps_per_second": 0.135
8
+ }