jorgemunozl commited on
Commit
4c1d0ec
·
verified ·
1 Parent(s): 329029f

Updated documentation

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## VLLMS TRAINED ON MERMAID
2
 
3
  Use -> MananSuri27/Flowchart2Mermaid
 
1
+ ---
2
+ model:
3
+ model_name: "meta-llama/Llama-2-7b-hf"
4
+ max_seq_length: 2048
5
+ use_4bit: true
6
+ use_lora: true
7
+ lora_r: 16
8
+ lora_alpha: 32
9
+ lora_dropout: 0.1
10
+
11
+ training:
12
+ dataset_name: "alpaca"
13
+ batch_size: 4
14
+ learning_rate: 2.0e-4
15
+ num_epochs: 3
16
+ output_dir: "./results"
17
+ save_strategy: "epoch"
18
+ logging_steps: 1
19
+
20
+ inference:
21
+ max_new_tokens: 256
22
+ temperature: 0.7
23
+ do_sample: true
24
+ top_p: 0.9
25
+ top_k: 50
26
+ ---
27
+
28
+
29
  ## VLLMS TRAINED ON MERMAID
30
 
31
  Use -> MananSuri27/Flowchart2Mermaid