Update training_params.json
Browse files- training_params.json +2 -2
training_params.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"data_path": "
|
| 3 |
"model": "google-bert/bert-base-multilingual-uncased",
|
| 4 |
"lr": 5e-05,
|
| 5 |
"epochs": 3,
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"text_column": "autotrain_text",
|
| 18 |
"target_column": "autotrain_label",
|
| 19 |
"logging_steps": -1,
|
| 20 |
-
"project_name": "
|
| 21 |
"auto_find_batch_size": false,
|
| 22 |
"mixed_precision": "fp16",
|
| 23 |
"save_total_limit": 1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"data_path": "institutional-books-topic-classifier-bert/autotrain-data",
|
| 3 |
"model": "google-bert/bert-base-multilingual-uncased",
|
| 4 |
"lr": 5e-05,
|
| 5 |
"epochs": 3,
|
|
|
|
| 17 |
"text_column": "autotrain_text",
|
| 18 |
"target_column": "autotrain_label",
|
| 19 |
"logging_steps": -1,
|
| 20 |
+
"project_name": "institutional-books-topic-classifier-bert",
|
| 21 |
"auto_find_batch_size": false,
|
| 22 |
"mixed_precision": "fp16",
|
| 23 |
"save_total_limit": 1,
|