Training in progress, epoch 1
Browse files- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "roberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -33,7 +32,7 @@
|
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"type_vocab_size": 1,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 50265
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"RobertaForSequenceClassification"
|
4 |
],
|
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.51.3",
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50265
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498618976
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:287af577d3d1924d491d792e0e614f433da6e9ddbf785dbae22158fd09317221
|
3 |
size 498618976
|
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:03a43dce6c6872ce735948152cb18ef91afbb8419992607ae71ad4f933db1dd9
|
3 |
+
size 5713
|