skpawar1305
commited on
Commit
•
0dabd99
1
Parent(s):
0f86faa
Training in progress, epoch 0
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -58,6 +58,8 @@
|
|
58 |
"id2label": {
|
59 |
"0": "zero",
|
60 |
"1": "one",
|
|
|
|
|
61 |
"2": "two",
|
62 |
"3": "three",
|
63 |
"4": "four",
|
@@ -70,6 +72,8 @@
|
|
70 |
"initializer_range": 0.02,
|
71 |
"intermediate_size": 3072,
|
72 |
"label2id": {
|
|
|
|
|
73 |
"eight": 8,
|
74 |
"five": 5,
|
75 |
"four": 4,
|
@@ -134,7 +138,7 @@
|
|
134 |
1
|
135 |
],
|
136 |
"torch_dtype": "float32",
|
137 |
-
"transformers_version": "4.20.
|
138 |
"use_weighted_layer_sum": false,
|
139 |
"vocab_size": 32,
|
140 |
"xvector_output_dim": 512
|
|
|
58 |
"id2label": {
|
59 |
"0": "zero",
|
60 |
"1": "one",
|
61 |
+
"10": "_unknown_",
|
62 |
+
"11": "_background_noise_",
|
63 |
"2": "two",
|
64 |
"3": "three",
|
65 |
"4": "four",
|
|
|
72 |
"initializer_range": 0.02,
|
73 |
"intermediate_size": 3072,
|
74 |
"label2id": {
|
75 |
+
"_background_noise_": 11,
|
76 |
+
"_unknown_": 10,
|
77 |
"eight": 8,
|
78 |
"five": 5,
|
79 |
"four": 4,
|
|
|
138 |
1
|
139 |
],
|
140 |
"torch_dtype": "float32",
|
141 |
+
"transformers_version": "4.20.1",
|
142 |
"use_weighted_layer_sum": false,
|
143 |
"vocab_size": 32,
|
144 |
"xvector_output_dim": 512
|
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:bef15a4ce9e698c6017b916f498b559fa734af6d5c761037e4268d775a30f06b
|
3 |
+
size 378358803
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3311
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a77805bd21cdeb7d94435733f7520b21a4492f3c3c6690e39b1faa0381b3b7c2
|
3 |
size 3311
|