Now the model supports 4 labels
Browse files- tf_model.h5 +2 -2
- tokenizer_config.json +1 -1
tf_model.h5
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:ffc6bd3a5084ed5c27b8eacb815592bb5ce2e59c69e8ecf264ecf252399222df
|
3 |
+
size 1112476480
|
tokenizer_config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"rstrip": false,
|
12 |
"single_word": false
|
13 |
},
|
14 |
-
"max_len":
|
15 |
"model_max_length": 512,
|
16 |
"name_or_path": "deepset/xlm-roberta-base-squad2-distilled",
|
17 |
"pad_token": "<pad>",
|
|
|
11 |
"rstrip": false,
|
12 |
"single_word": false
|
13 |
},
|
14 |
+
"max_len": 128,
|
15 |
"model_max_length": 512,
|
16 |
"name_or_path": "deepset/xlm-roberta-base-squad2-distilled",
|
17 |
"pad_token": "<pad>",
|