Training in progress, step 100
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- sentencepiece.bpe.model +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -47,7 +47,7 @@
|
|
47 |
"pad_token_id": 1,
|
48 |
"position_embedding_type": "absolute",
|
49 |
"problem_type": "single_label_classification",
|
50 |
-
"torch_dtype": "
|
51 |
"transformers_version": "4.24.0",
|
52 |
"type_vocab_size": 1,
|
53 |
"use_cache": true,
|
|
|
47 |
"pad_token_id": 1,
|
48 |
"position_embedding_type": "absolute",
|
49 |
"problem_type": "single_label_classification",
|
50 |
+
"torch_dtype": "float32",
|
51 |
"transformers_version": "4.24.0",
|
52 |
"type_vocab_size": 1,
|
53 |
"use_cache": true,
|
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:a26a6d902ac64d4c65174efcee1d15a325c601d1114487ac0730b814731c14e7
|
3 |
+
size 1112280045
|
sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3567
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e0472a0fb8ee6b8cc2ac1f41e5624586c518fd30146ed5b1c8739a86651a4ea
|
3 |
size 3567
|