Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"classifier_dropout": null,
|
|
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
@@ -16,21 +19,21 @@
|
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
},
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
-
"max_position_embeddings":
|
25 |
-
"model_type": "
|
26 |
"num_attention_heads": 12,
|
27 |
"num_hidden_layers": 12,
|
28 |
-
"pad_token_id":
|
29 |
"position_embedding_type": "absolute",
|
30 |
"problem_type": "single_label_classification",
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.44.2",
|
33 |
-
"type_vocab_size":
|
34 |
"use_cache": true,
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "dadashzadeh/roberta-sentiment-persian",
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
|
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"negative": 0,
|
23 |
+
"neutral": 2,
|
24 |
+
"positive": 1
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
+
"max_position_embeddings": 514,
|
28 |
+
"model_type": "roberta",
|
29 |
"num_attention_heads": 12,
|
30 |
"num_hidden_layers": 12,
|
31 |
+
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.44.2",
|
36 |
+
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
+
"vocab_size": 42000
|
39 |
}
|
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:647a7e686da6a511f9969a53dd57b49bf9ec1892f1760441b76aa5b374ba8ea6
|
3 |
+
size 473225820
|
runs/Oct11_06-12-39_b0be7e6222f4/events.out.tfevents.1728627173.b0be7e6222f4.1498.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417eebc9db94525f6dbd739e1fe8ce6ad1b4aa973b38e34eb129daaa93ce4152
|
3 |
+
size 5584
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dc428ddc6985bc0d5694b81f848fd9166ca5218c48cc8bf421acee8f2c8bb6c
|
3 |
size 5176
|