slamos commited on
Commit
94aa955
·
verified ·
1 Parent(s): f4a3ea5

Upload train_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_config.json +4 -4
train_config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "model_type": "bert",
3
  "pretrained": "bert-base-uncased",
4
- "epochs": 3,
5
  "batch_size": 16,
6
- "lr": 2e-05,
7
  "max_length": 512,
8
  "class_weights": [
9
  1.0,
10
- 7.072969436645508,
11
- 28.69052505493164
12
  ],
13
  "num_labels": 3,
14
  "id2label": {
 
1
  {
2
  "model_type": "bert",
3
  "pretrained": "bert-base-uncased",
4
+ "epochs": 5,
5
  "batch_size": 16,
6
+ "lr": 1e-05,
7
  "max_length": 512,
8
  "class_weights": [
9
  1.0,
10
+ 3.5319032669067383,
11
+ 10.121383666992188
12
  ],
13
  "num_labels": 3,
14
  "id2label": {