rtm-XLNET-5E1
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"XLNetForSequenceClassification"
|
5 |
],
|
@@ -21,6 +21,7 @@
|
|
21 |
"n_head": 12,
|
22 |
"n_layer": 12,
|
23 |
"pad_token_id": 5,
|
|
|
24 |
"reuse_len": null,
|
25 |
"same_length": false,
|
26 |
"start_n_top": 5,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "rtm-XLNET-5E/checkpoint-2500",
|
3 |
"architectures": [
|
4 |
"XLNetForSequenceClassification"
|
5 |
],
|
|
|
21 |
"n_head": 12,
|
22 |
"n_layer": 12,
|
23 |
"pad_token_id": 5,
|
24 |
+
"problem_type": "single_label_classification",
|
25 |
"reuse_len": null,
|
26 |
"same_length": false,
|
27 |
"start_n_top": 5,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469309853
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50943cf603938a2a1b97b822ca77bd4ed07072ba5710a45191e25a649d88e4d2
|
3 |
size 469309853
|
tokenizer_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"rstrip": false,
|
17 |
"single_word": false
|
18 |
},
|
19 |
-
"name_or_path": "
|
20 |
"pad_token": "<pad>",
|
21 |
"remove_space": true,
|
22 |
"sep_token": "<sep>",
|
|
|
16 |
"rstrip": false,
|
17 |
"single_word": false
|
18 |
},
|
19 |
+
"name_or_path": "rtm-XLNET-5E/checkpoint-2500",
|
20 |
"pad_token": "<pad>",
|
21 |
"remove_space": true,
|
22 |
"sep_token": "<sep>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3375
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf7e7bff61cf9d5de3ee49f3d5e3386d1c3ee6e1b06ac0c9d546598b126934ac
|
3 |
size 3375
|