Training in progress, epoch 16
Browse files- config.json +16 -10
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -89,23 +89,29 @@
|
|
89 |
"id2label": {
|
90 |
"0": "D20",
|
91 |
"1": "D40",
|
92 |
-
"2": "
|
93 |
-
"3": "
|
94 |
-
"4": "
|
95 |
-
"5": "
|
96 |
-
"6": "
|
|
|
|
|
|
|
97 |
},
|
98 |
"initializer_bias_prior_prob": null,
|
99 |
"initializer_range": 0.01,
|
100 |
"is_encoder_decoder": true,
|
101 |
"label2id": {
|
102 |
-
"D00":
|
103 |
-
"
|
|
|
|
|
|
|
104 |
"D20": 0,
|
105 |
"D40": 1,
|
106 |
-
"D43":
|
107 |
-
"D44":
|
108 |
-
"D50":
|
109 |
},
|
110 |
"label_noise_ratio": 0.5,
|
111 |
"layer_norm_eps": 1e-05,
|
|
|
89 |
"id2label": {
|
90 |
"0": "D20",
|
91 |
"1": "D40",
|
92 |
+
"2": "D00",
|
93 |
+
"3": "D44",
|
94 |
+
"4": "D01",
|
95 |
+
"5": "D10",
|
96 |
+
"6": "D50",
|
97 |
+
"7": "D43",
|
98 |
+
"8": "D11",
|
99 |
+
"9": "D0w0"
|
100 |
},
|
101 |
"initializer_bias_prior_prob": null,
|
102 |
"initializer_range": 0.01,
|
103 |
"is_encoder_decoder": true,
|
104 |
"label2id": {
|
105 |
+
"D00": 2,
|
106 |
+
"D01": 4,
|
107 |
+
"D0w0": 9,
|
108 |
+
"D10": 5,
|
109 |
+
"D11": 8,
|
110 |
"D20": 0,
|
111 |
"D40": 1,
|
112 |
+
"D43": 7,
|
113 |
+
"D44": 3,
|
114 |
+
"D50": 6
|
115 |
},
|
116 |
"label_noise_ratio": 0.5,
|
117 |
"layer_norm_eps": 1e-05,
|
model.safetensors
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:169064fbc5b9f8cd4e8f3d95e0faa841561203fd25656b05c698115e463b1db0
|
3 |
+
size 171600456
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3301339936d141e59eb6ef549c8efab7c571b1e32d4a4b06a2a8084587d702f2
|
3 |
size 5368
|