DanJoshua commited on
Commit
60e17d6
·
verified ·
1 Parent(s): 5b67c47

Model save

Browse files
Files changed (4) hide show
  1. README.md +71 -0
  2. all_results.json +8 -0
  3. model.safetensors +1 -1
  4. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_UCFCRIME
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_UCFCRIME
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.6626
23
+ - Accuracy: 0.5705
24
+ - F1: 0.5488
25
+ - Precision: 0.6097
26
+ - Recall: 0.5705
27
+ - Roc Auc: 0.7163
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: 72
53
+ - training_steps: 720
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.6883 | 2.0236 | 72 | 0.6839 | 0.5993 | 0.5953 | 0.6136 | 0.5993 | 0.6495 |
61
+ | 0.6687 | 5.0083 | 144 | 0.6742 | 0.5914 | 0.5807 | 0.6174 | 0.5914 | 0.7125 |
62
+ | 0.6698 | 7.0319 | 216 | 0.6704 | 0.5767 | 0.5587 | 0.6117 | 0.5767 | 0.7110 |
63
+ | 0.6401 | 10.0181 | 288 | 0.6626 | 0.5705 | 0.5488 | 0.6097 | 0.5705 | 0.7163 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.46.1
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 3.0.2
71
+ - Tokenizers 0.20.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.018055555555556,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.6711029675271776,
5
+ "train_runtime": 1372.1123,
6
+ "train_samples_per_second": 10.495,
7
+ "train_steps_per_second": 0.525
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0642a36d772eb85df549578fc59c01e0e4925eb2512f8d6dacc4447416b1deca
3
  size 137270032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029751ebee9115601877eeba1fad4fdd6f9302bcc780322202a8910b9cb37cc6
3
  size 137270032
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.018055555555556,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.6711029675271776,
5
+ "train_runtime": 1372.1123,
6
+ "train_samples_per_second": 10.495,
7
+ "train_steps_per_second": 0.525
8
+ }