Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- spiece.model +3 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "albert/albert-base-v2",
|
3 |
"architectures": [
|
4 |
"AlbertForSequenceClassification"
|
5 |
],
|
@@ -42,7 +41,7 @@
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"type_vocab_size": 2,
|
47 |
"vocab_size": 30000
|
48 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"AlbertForSequenceClassification"
|
4 |
],
|
|
|
41 |
"position_embedding_type": "absolute",
|
42 |
"problem_type": "single_label_classification",
|
43 |
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.52.3",
|
45 |
"type_vocab_size": 2,
|
46 |
"vocab_size": 30000
|
47 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 46753140
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8ac6223127fb4bcfaeae85c6730386dab869d1c585fb72a5726f6b954df4779
|
3 |
size 46753140
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
|
3 |
+
size 760289
|
training_args.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:8fab3d724f249cf53587c46618716a642bedde2d952b837e3aa1090307d4ee31
|
3 |
+
size 5240
|