File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ lora_r: 8
14
14
lora_alpha : 16
15
15
lora_dropout : 0.05
16
16
train_claim_gpu_num : 1
17
- train_per_device_train_batch_size : 6
18
- train_gradient_accumulation_steps : 2
17
+ train_per_device_train_batch_size : 16
18
+ train_gradient_accumulation_steps : 4
19
19
train_num_train_epochs : 4
20
- train_max_steps : 200
20
+ train_max_steps : 10000
21
21
train_fp16 : True
22
22
inference_max_new_tokens : 16
23
23
evaluations :
@@ -27,3 +27,9 @@ evaluations:
27
27
-
28
28
prompt : " Hmm don't know what to do today -- Model just canceled = I hate it when that happens..will have to do gardening! "
29
29
expected_output : " Negative"
30
+ -
31
+ prompt : " About to go to bed. Sleeping really late tomorrow! I am so glad the Tigers won tonight!!"
32
+ expected_output : " Positive"
33
+ -
34
+ prompt : " AHH i'm so HAPPY. I just found my ipod. God is sooo good to me!"
35
+ expected_output : " Positive"
You can’t perform that action at this time.
0 commit comments