Training in progress, epoch 1
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
7 |
"classifier_dropout": null,
|
|
|
8 |
"eos_token_id": 2,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
@@ -31,8 +32,7 @@
|
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
-
"
|
35 |
-
"transformers_version": "4.55.2",
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50265
|
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
7 |
"classifier_dropout": null,
|
8 |
+
"dtype": "float32",
|
9 |
"eos_token_id": 2,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
|
|
32 |
"pad_token_id": 1,
|
33 |
"position_embedding_type": "absolute",
|
34 |
"problem_type": "single_label_classification",
|
35 |
+
"transformers_version": "4.56.1",
|
|
|
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:e64858f8b8c1a796ce2358f73608d8ffed8a961fdf48620dc5df52c5ca1f5adc
|
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 5777
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed312ddbd193311d81892cfc499ca15985d9fac8e4ac15da96bb7cb35e62fb74
|
3 |
size 5777
|