turing-usp
commited on
Commit
•
4a3994c
1
Parent(s):
cae96a3
add model
Browse files- config.json +2 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -35,6 +35,7 @@
|
|
35 |
"pooler_size_per_head": 128,
|
36 |
"pooler_type": "first_token_transform",
|
37 |
"position_embedding_type": "absolute",
|
|
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.12.5",
|
40 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "checkpoint",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
35 |
"pooler_size_per_head": 128,
|
36 |
"pooler_type": "first_token_transform",
|
37 |
"position_embedding_type": "absolute",
|
38 |
+
"problem_type": "single_label_classification",
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.12.5",
|
41 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435783085
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f718eb859b18b947133e3fa15db264446b4d787b0a60f31b8cb6ffbf41e27f9
|
3 |
size 435783085
|