Upload 5 files
Browse files- config.json +2 -2
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -48,7 +48,7 @@
|
|
48 |
"position_embedding_type": "absolute",
|
49 |
"problem_type": "single_label_classification",
|
50 |
"torch_dtype": "float32",
|
51 |
-
"transformers_version": "4.
|
52 |
"type_vocab_size": 2,
|
53 |
"use_cache": true,
|
54 |
"vocab_size": 30522
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
48 |
"position_embedding_type": "absolute",
|
49 |
"problem_type": "single_label_classification",
|
50 |
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.22.1",
|
52 |
"type_vocab_size": 2,
|
53 |
"use_cache": true,
|
54 |
"vocab_size": 30522
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8960e97fae5ee015877e0eda31b4f70adbf9184d51940d717ea3df2f12b1cfb6
|
3 |
+
size 438039090
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:007ed335d99946ad11d108b893a07c978014c14444525acaf161b845a9db699d
|
3 |
+
size 3832
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|