Yousefmd commited on
Commit
2c6229d
·
1 Parent(s): b9f58cd

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -10,16 +10,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "request",
14
- "1": "complaint",
15
- "2": "satisfaction"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "complaint": 1,
21
- "request": 0,
22
- "satisfaction": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7641194ee0397dc3c7f8a1232c694c03286831777d9ac56c7611762b610ceeb7
3
  size 540855413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79cd6ae9f10d11be2c87520c6ee7843e15c22565007df44a3e8058fec868eb70
3
  size 540855413
runs/Jun11_17-41-21_35ea9e197b6c/events.out.tfevents.1686505458.35ea9e197b6c.1088.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05bef0f631976bdc600694d9533b026dde28b7f1db176c0b6ec73a2faa636928
3
+ size 4677
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0206fbbbc30466ea8f6345b9d10e214c1285c12613db9845afd937087aad1fa
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535f8928bcef1d99116ae562bd9eafbadec13b0f8d2d5fb2deb024ace97e21a0
3
  size 3963