DanJoshua commited on
Commit
78ceca5
·
verified ·
1 Parent(s): 4cd5b3c

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
+ - recall
10
+ model-index:
11
+ - name: profesor_Swin3D_N_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_Swin3D_N_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.0772
23
+ - Accuracy: 0.9896
24
+ - F1: 0.9896
25
+ - Precision: 0.9898
26
+ - Recall: 0.9896
27
+ - Roc Auc: 0.9988
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: 10
48
+ - eval_batch_size: 10
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: 480
53
+ - training_steps: 4800
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.0958 | 2.0333 | 480 | 0.1160 | 0.9791 | 0.9791 | 0.9793 | 0.9791 | 0.9976 |
61
+ | 0.0596 | 5.0333 | 960 | 0.0682 | 0.9869 | 0.9869 | 0.9870 | 0.9869 | 0.9988 |
62
+ | 0.0362 | 8.0333 | 1440 | 0.0955 | 0.9817 | 0.9817 | 0.9820 | 0.9817 | 0.9978 |
63
+ | 0.0124 | 11.0333 | 1920 | 0.0489 | 0.9896 | 0.9896 | 0.9896 | 0.9896 | 0.9984 |
64
+ | 0.0057 | 14.0333 | 2400 | 0.0537 | 0.9896 | 0.9896 | 0.9896 | 0.9896 | 0.9986 |
65
+ | 0.0217 | 17.0333 | 2880 | 0.1465 | 0.9765 | 0.9765 | 0.9771 | 0.9765 | 0.9997 |
66
+ | 0.0065 | 20.0333 | 3360 | 0.0772 | 0.9896 | 0.9896 | 0.9898 | 0.9896 | 0.9988 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.46.1
72
+ - Pytorch 2.0.1+cu118
73
+ - Datasets 3.0.2
74
+ - Tokenizers 0.20.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.033333333333335,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.04553851479057422,
5
+ "train_runtime": 8643.2012,
6
+ "train_samples_per_second": 5.553,
7
+ "train_steps_per_second": 0.555
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4aeece18d7454e575c690096dffa823e5c365820f59359807fe5bc157ded286b
3
  size 380507488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948922d391159a0421f9799eaf1b626c7d5fc0168c2d0f5d37a5396242f43d31
3
  size 380507488
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.033333333333335,
3
+ "total_flos": 0.0,
4
+ "train_loss": 0.04553851479057422,
5
+ "train_runtime": 8643.2012,
6
+ "train_samples_per_second": 5.553,
7
+ "train_steps_per_second": 0.555
8
+ }