Upload training_config.json with huggingface_hub
Browse files- training_config.json +10 -0
training_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_train_epochs": 3,
|
3 |
+
"per_device_train_batch_size": 4,
|
4 |
+
"gradient_accumulation_steps": 4,
|
5 |
+
"learning_rate": 0.0002,
|
6 |
+
"warmup_steps": 100,
|
7 |
+
"fp16": true,
|
8 |
+
"dataset_size": 8086,
|
9 |
+
"blocked_portuguese": 13390
|
10 |
+
}
|