MultimodalAgent commited on
Commit
6d72f50
·
verified ·
1 Parent(s): 165e561

Upload multi_teacher_electronic_assembly/README.md with huggingface_hub

Browse files
multi_teacher_electronic_assembly/README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
2
+ should probably proofread and complete it, then remove this comment. -->
3
+
4
+ # multi_teacher_electronic_assembly
5
+
6
+ This model is a fine-tuned version of [/mnt/usercache/mentianyi/code/PlanPhys/model_configs/qwen2_100M_paper_2_random_pretraining](https://huggingface.co//mnt/usercache/mentianyi/code/PlanPhys/model_configs/qwen2_100M_paper_2_random_pretraining) on the multi_teacher_electronic_assembly dataset.
7
+
8
+ ## Model description
9
+
10
+ More information needed
11
+
12
+ ## Intended uses & limitations
13
+
14
+ More information needed
15
+
16
+ ## Training and evaluation data
17
+
18
+ More information needed
19
+
20
+ ## Training procedure
21
+
22
+ ### Training hyperparameters
23
+
24
+ The following hyperparameters were used during training:
25
+ - learning_rate: 0.0001
26
+ - train_batch_size: 128
27
+ - eval_batch_size: 8
28
+ - seed: 42
29
+ - distributed_type: multi-GPU
30
+ - num_devices: 2
31
+ - gradient_accumulation_steps: 2
32
+ - total_train_batch_size: 512
33
+ - total_eval_batch_size: 16
34
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
35
+ - lr_scheduler_type: cosine
36
+ - lr_scheduler_warmup_ratio: 0.1
37
+ - num_epochs: 8.0
38
+
39
+ ### Training results
40
+
41
+
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.57.3
46
+ - Pytorch 2.6.0+cu124
47
+ - Datasets 4.0.0
48
+ - Tokenizers 0.22.2