add model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./ClickbaitDetector/model/xlm-roberta-base-
|
3 |
"architectures": [
|
4 |
"XLMRobertaForSequenceClassification"
|
5 |
],
|
@@ -22,7 +22,7 @@
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
-
"transformers_version": "4.
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250002
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./ClickbaitDetector/model/xlm-roberta-base-clickbait1",
|
3 |
"architectures": [
|
4 |
"XLMRobertaForSequenceClassification"
|
5 |
],
|
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.18.0",
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250002
|
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:7a215ae0fddaaeaaf1b069031a9df8d4eb74f763332c88aece93150d32b5c302
|
3 |
+
size 1112249581
|