Training in progress, epoch 0
Browse files- config.json +14 -28
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -57,38 +57,24 @@
|
|
| 57 |
"hidden_dropout": 0.1,
|
| 58 |
"hidden_size": 768,
|
| 59 |
"id2label": {
|
| 60 |
-
"0": "
|
| 61 |
-
"1": "
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"3": "atm_limit",
|
| 68 |
-
"4": "balance",
|
| 69 |
-
"5": "business_loan",
|
| 70 |
-
"6": "card_issues",
|
| 71 |
-
"7": "cash_deposit",
|
| 72 |
-
"8": "direct_debit",
|
| 73 |
-
"9": "freeze"
|
| 74 |
},
|
| 75 |
"initializer_range": 0.02,
|
| 76 |
"intermediate_size": 3072,
|
| 77 |
"label2id": {
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
-
"cash_deposit": "7",
|
| 86 |
-
"direct_debit": "8",
|
| 87 |
-
"freeze": "9",
|
| 88 |
-
"high_value_payment": "10",
|
| 89 |
-
"joint_account": "11",
|
| 90 |
-
"latest_transactions": "12",
|
| 91 |
-
"pay_bill": "13"
|
| 92 |
},
|
| 93 |
"layer_norm_eps": 1e-05,
|
| 94 |
"layerdrop": 0.0,
|
|
|
|
| 57 |
"hidden_dropout": 0.1,
|
| 58 |
"hidden_size": 768,
|
| 59 |
"id2label": {
|
| 60 |
+
"0": "anger",
|
| 61 |
+
"1": "disgust",
|
| 62 |
+
"2": "fear",
|
| 63 |
+
"3": "joy",
|
| 64 |
+
"4": "neutral",
|
| 65 |
+
"5": "sadness",
|
| 66 |
+
"6": "surprise"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
},
|
| 68 |
"initializer_range": 0.02,
|
| 69 |
"intermediate_size": 3072,
|
| 70 |
"label2id": {
|
| 71 |
+
"anger": "0",
|
| 72 |
+
"disgust": "1",
|
| 73 |
+
"fear": "2",
|
| 74 |
+
"joy": "3",
|
| 75 |
+
"neutral": "4",
|
| 76 |
+
"sadness": "5",
|
| 77 |
+
"surprise": "6"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
},
|
| 79 |
"layer_norm_eps": 1e-05,
|
| 80 |
"layerdrop": 0.0,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f0d90ea79e5eac14b52ce13cf981c773cda54dadbe14ff0863596143bb20991
|
| 3 |
+
size 378355561
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25017a2d76d04431275435b3f03dfabaa37bdab6e6564e84607b4d0140521c12
|
| 3 |
size 4027
|