Arabic-NER-PII / training_config.json
MutazYoune's picture
Upload training_config.json with huggingface_hub
70d3297 verified
raw
history blame contribute delete
464 Bytes
{
"model_name": "MutazYoune/ARAB_BERT",
"train_file": "/kaggle/input/bert-ner-data/train_augmented_pattern2.jsonl",
"test_file": "/kaggle/input/bert-ner-data/test_augmented_pattern2.jsonl",
"label_mapping_file": "/kaggle/input/bert-ner-data/augmented_pattern_label_mappings2.json",
"output_dir": "models/ARAB_BERT_ner_augmented_pattern2_final",
"epochs": 12,
"batch_size": 16,
"learning_rate": 3e-05,
"warmup_ratio": 0.1,
"weight_decay": 0.01
}