mohsen2 commited on
Commit
6b7adfa
·
1 Parent(s): cd7b698

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +18 -15
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,33 +1,36 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
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": "distilbert",
22
- "n_heads": 12,
23
- "n_layers": 6,
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
- "vocab_size": 30522
 
 
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:1c43a82f286a6d6d74d9e1dbb0b62da53c3f3ac5d44de0719467cd55589eb6fb
3
- size 267855533
 
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:07ca9e9e0f8d17d6d01ab24f24313b0ea0e917e0e7e6d0e4ceb0072faf468b13
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b03559d6acca8c9e091019ee4ee8d23ff97e43538dceeacafbfca3802b0953
3
  size 4027