Training in progress, epoch 1
Browse files- config.json +18 -15
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,33 +1,36 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "NEGATIVE",
|
13 |
"1": "POSITIVE"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
|
|
16 |
"label2id": {
|
17 |
"NEGATIVE": 0,
|
18 |
"POSITIVE": 1
|
19 |
},
|
|
|
20 |
"max_position_embeddings": 512,
|
21 |
-
"model_type": "
|
22 |
-
"
|
23 |
-
"
|
24 |
"pad_token_id": 0,
|
|
|
25 |
"problem_type": "single_label_classification",
|
26 |
-
"qa_dropout": 0.1,
|
27 |
-
"seq_classif_dropout": 0.2,
|
28 |
-
"sinusoidal_pos_embds": false,
|
29 |
-
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.33.2",
|
32 |
-
"
|
|
|
|
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "HooshvareLab/bert-fa-base-uncased-sentiment-snappfood",
|
|
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"finetuning_task": "snappfood",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "NEGATIVE",
|
15 |
"1": "POSITIVE"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"NEGATIVE": 0,
|
21 |
"POSITIVE": 1
|
22 |
},
|
23 |
+
"layer_norm_eps": 1e-12,
|
24 |
"max_position_embeddings": 512,
|
25 |
+
"model_type": "bert",
|
26 |
+
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
"pad_token_id": 0,
|
29 |
+
"position_embedding_type": "absolute",
|
30 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.33.2",
|
33 |
+
"type_vocab_size": 2,
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 100000
|
36 |
}
|
pytorch_model.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:0d12b45353f0ac1e7648f099313ec924c1a2d08e07cd75bb8821b67452c5e7f2
|
3 |
+
size 651439921
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1b03559d6acca8c9e091019ee4ee8d23ff97e43538dceeacafbfca3802b0953
|
3 |
size 4027
|