DooDooHyun commited on
Commit
80bf2a4
1 Parent(s): 26df910

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ base_model: 42dot/42dot_LLM-PLM-1.3B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: AIFT-42dot_LLM-PLM-1.3B-ao-instruct-all-v1.5-ff-e3
8
+ results: []
9
  ---
10
+ # AIFT-42dot_LLM-PLM-1.3B-ao-instruct-all-v1.5-ff-e3
11
+
12
+ This model is a fine-tuned version of [42dot/42dot_LLM-PLM-1.3B](https://huggingface.co/42dot/42dot_LLM-PLM-1.3B) on an unknown dataset.
13
+
14
+ ## Model description
15
+
16
+ More information needed
17
+
18
+ ## Intended uses & limitations
19
+
20
+ More information needed
21
+
22
+ ## Training and evaluation data
23
+
24
+ More information needed
25
+
26
+ ## Training procedure
27
+
28
+ ### Training hyperparameters
29
+
30
+ The following hyperparameters were used during training:
31
+ - learning_rate: 2e-05
32
+ - train_batch_size: 16
33
+ - eval_batch_size: 8
34
+ - seed: 42
35
+ - gradient_accumulation_steps: 4
36
+ - total_train_batch_size: 64
37
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
+ - lr_scheduler_type: linear
39
+ - num_epochs: 1.0
40
+ - mixed_precision_training: Native AMP
41
+
42
+ ### Training results
43
+
44
+
45
+
46
+ ### Framework versions
47
+
48
+ - Transformers 4.36.2
49
+ - Pytorch 2.1.2+cu121
50
+ - Datasets 2.0.0
51
+ - Tokenizers 0.15.0