Training in progress, epoch 0
Browse files- config.json +6 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"classifier_dropout": null,
|
|
@@ -12,12 +12,16 @@
|
|
| 12 |
"intermediate_size": 3072,
|
| 13 |
"layer_norm_eps": 1e-12,
|
| 14 |
"max_position_embeddings": 512,
|
| 15 |
-
"model_type": "
|
| 16 |
"num_attention_heads": 12,
|
| 17 |
"num_hidden_layers": 12,
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"position_embedding_type": "absolute",
|
| 20 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.52.4",
|
| 23 |
"type_vocab_size": 2,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"ElectraForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
"classifier_dropout": null,
|
|
|
|
| 12 |
"intermediate_size": 3072,
|
| 13 |
"layer_norm_eps": 1e-12,
|
| 14 |
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "electra",
|
| 16 |
"num_attention_heads": 12,
|
| 17 |
"num_hidden_layers": 12,
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"position_embedding_type": "absolute",
|
| 20 |
"problem_type": "single_label_classification",
|
| 21 |
+
"summary_activation": "gelu",
|
| 22 |
+
"summary_last_dropout": 0.1,
|
| 23 |
+
"summary_type": "first",
|
| 24 |
+
"summary_use_proj": true,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.52.4",
|
| 27 |
"type_vocab_size": 2,
|
model.safetensors
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:cec1680bafdc81650fbabb668ed485f57e458f50319052192ee071c5e443ebb8
|
| 3 |
+
size 442499672
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45b991e9dd08ec6914bc8762b23f3391971d7c1c650b51e5590bcba9e7144283
|
| 3 |
size 5304
|