Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +1 -0
- pytorch_model.bin +2 -2
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"pooler_size_per_head": 128,
|
| 24 |
"pooler_type": "first_token_transform",
|
| 25 |
"position_embedding_type": "absolute",
|
|
|
|
| 26 |
"torch_dtype": "float32",
|
| 27 |
"transformers_version": "4.28.0",
|
| 28 |
"type_vocab_size": 2,
|
|
|
|
| 23 |
"pooler_size_per_head": 128,
|
| 24 |
"pooler_type": "first_token_transform",
|
| 25 |
"position_embedding_type": "absolute",
|
| 26 |
+
"problem_type": "single_label_classification",
|
| 27 |
"torch_dtype": "float32",
|
| 28 |
"transformers_version": "4.28.0",
|
| 29 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7033d77e91eb899d0849ca6c6133a624bee43955d07159b5f567ad77f65336d8
|
| 3 |
+
size 711492725
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b720247673942049859f3495622e35bf56f68e370f4d9e9f783d47eb8fc74b4
|
| 3 |
+
size 3579
|