Training in progress, epoch 1
Browse files- config.json +6 -4
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -57,15 +57,17 @@
|
|
| 57 |
"hidden_size": 768,
|
| 58 |
"id2label": {
|
| 59 |
"0": "changchun",
|
| 60 |
-
"1": "
|
| 61 |
-
"2": "
|
|
|
|
| 62 |
},
|
| 63 |
"initializer_range": 0.02,
|
| 64 |
"intermediate_size": 3072,
|
| 65 |
"label2id": {
|
| 66 |
"changchun": "0",
|
| 67 |
-
"
|
| 68 |
-
"
|
|
|
|
| 69 |
},
|
| 70 |
"layer_norm_eps": 1e-05,
|
| 71 |
"layerdrop": 0.0,
|
|
|
|
| 57 |
"hidden_size": 768,
|
| 58 |
"id2label": {
|
| 59 |
"0": "changchun",
|
| 60 |
+
"1": "stop",
|
| 61 |
+
"2": "down",
|
| 62 |
+
"3": "un"
|
| 63 |
},
|
| 64 |
"initializer_range": 0.02,
|
| 65 |
"intermediate_size": 3072,
|
| 66 |
"label2id": {
|
| 67 |
"changchun": "0",
|
| 68 |
+
"down": "2",
|
| 69 |
+
"stop": "1",
|
| 70 |
+
"un": "3"
|
| 71 |
},
|
| 72 |
"layer_norm_eps": 1e-05,
|
| 73 |
"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:5cfc921a0d09f749475699dacbcdf2b786f2213ce4988f9b6e6997b314616661
|
| 3 |
+
size 378349481
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:850f99aee797f7a0bec4342fd59a16acae254b9ab24438056004f0b7e316ad79
|
| 3 |
size 3579
|