Raychanan commited on
Commit
a5f110b
1 Parent(s): a185991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1 +1,13 @@
1
- first 512
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ first 512
2
+
3
+
4
+ training_args = TrainingArguments(
5
+ output_dir="./results",
6
+ learning_rate=5e-5,
7
+ per_device_train_batch_size=16,
8
+ per_device_eval_batch_size=16,
9
+ num_train_epochs=5,
10
+ weight_decay=0.01,
11
+ evaluation_strategy="epoch",
12
+ push_to_hub=True
13
+ )