Upload training_config.json with huggingface_hub
Browse files- training_config.json +12 -0
training_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "MutazYoune/ARAB_BERT",
|
| 3 |
+
"train_file": "/kaggle/input/bert-ner-data/train_augmented_pattern2.jsonl",
|
| 4 |
+
"test_file": "/kaggle/input/bert-ner-data/test_augmented_pattern2.jsonl",
|
| 5 |
+
"label_mapping_file": "/kaggle/input/bert-ner-data/augmented_pattern_label_mappings2.json",
|
| 6 |
+
"output_dir": "models/ARAB_BERT_ner_augmented_pattern2_final",
|
| 7 |
+
"epochs": 12,
|
| 8 |
+
"batch_size": 16,
|
| 9 |
+
"learning_rate": 3e-05,
|
| 10 |
+
"warmup_ratio": 0.1,
|
| 11 |
+
"weight_decay": 0.01
|
| 12 |
+
}
|