ZhangNy commited on
Commit
5c802aa
·
verified ·
1 Parent(s): 1ab7897

ZhangNy/reward-mimic

Browse files
Files changed (4) hide show
  1. README.md +63 -0
  2. config.json +11 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: 2024-11-18_10-58-28
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # 2024-11-18_10-58-28
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5595
20
+ - Accuracy: 0.7301
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 3072
41
+ - eval_batch_size: 3072
42
+ - seed: 42
43
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.6789 | 0.4 | 20 | 0.6699 | 0.7086 |
52
+ | 0.6399 | 0.8 | 40 | 0.6259 | 0.7125 |
53
+ | 0.5977 | 1.2 | 60 | 0.5863 | 0.7184 |
54
+ | 0.5721 | 1.6 | 80 | 0.5655 | 0.7272 |
55
+ | 0.5639 | 2.0 | 100 | 0.5595 | 0.7301 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.46.2
61
+ - Pytorch 2.1.2+cu121
62
+ - Datasets 3.1.0
63
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RewardModel"
4
+ ],
5
+ "mlp_hidden_dim": 2048,
6
+ "model_type": "reward",
7
+ "textual_output_dim": 512,
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.46.2",
10
+ "visual_output_dim": 512
11
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3bb69540bddf484020dd1570ce5b266428b5d5605db7ac1bb351c5c09bb349
3
+ size 808845424
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6bda65b1f97fc3d662c03be13ec30c632b27b1edc0e0e152ec502ed420de51a
3
+ size 5496