Training in progress, step 500
Browse files- config.json +27 -0
- model.safetensors +3 -0
- runs/May02_12-51-20_a8e2f0cece86/events.out.tfevents.1746191638.a8e2f0cece86.357.0 +3 -0
- runs/May02_12-51-20_a8e2f0cece86/events.out.tfevents.1746191725.a8e2f0cece86.357.1 +3 -0
- runs/May02_13-22-03_a8e2f0cece86/events.out.tfevents.1746192131.a8e2f0cece86.357.2 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"RobertaForSequenceClassification"
|
| 4 |
+
],
|
| 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,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"layer_norm_eps": 1e-05,
|
| 15 |
+
"max_position_embeddings": 514,
|
| 16 |
+
"model_type": "roberta",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 1,
|
| 20 |
+
"position_embedding_type": "absolute",
|
| 21 |
+
"problem_type": "single_label_classification",
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.51.3",
|
| 24 |
+
"type_vocab_size": 1,
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"vocab_size": 50265
|
| 27 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4dad52910dbbea4ed4fb2853d3a16e5b1b36316538b782875a013ca35a9f44a
|
| 3 |
+
size 498612824
|
runs/May02_12-51-20_a8e2f0cece86/events.out.tfevents.1746191638.a8e2f0cece86.357.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cda1ad432273cea746cc74f9792666a6a756f50f281c41dd96a21046742a6c4
|
| 3 |
+
size 4984
|
runs/May02_12-51-20_a8e2f0cece86/events.out.tfevents.1746191725.a8e2f0cece86.357.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:838ac50ca83069d1dacdbf956cc0be40833b07f402ed248c3352085359cacb45
|
| 3 |
+
size 4984
|
runs/May02_13-22-03_a8e2f0cece86/events.out.tfevents.1746192131.a8e2f0cece86.357.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06de3eb9030d4750aa07e3fe87b6c32bb6e7dc7a424eb16c3a967596001ec273
|
| 3 |
+
size 5194
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca26573a924e27691fe4a353e0ad36c9da976c4ad2683c6b5e9c48e89a06af54
|
| 3 |
+
size 5304
|