Yousefmd commited on
Commit
98168d7
1 Parent(s): e92788b

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +10 -11
  2. pytorch_model.bin +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,27 +1,26 @@
1
  {
2
- "_name_or_path": "aubmindlab/bert-large-arabertv02-twitter",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 1024,
12
  "id2label": {
13
- "0": "Positive",
14
- "1": "Negative",
15
- "2": "Neutral",
16
- "3": "Mixed"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
  "label2id": {
21
- "Mixed": 3,
22
- "Negative": 1,
23
- "Neutral": 2,
24
- "Positive": 0
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
@@ -32,7 +31,7 @@
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.33.3",
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 64000
 
1
  {
2
+ "_name_or_path": "aubmindlab/bert-large-arabertv02",
3
  "architectures": [
4
  "BertForSequenceClassification"
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": 1024,
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
19
  "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2,
23
+ "LABEL_3": 3
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
 
31
  "position_embedding_type": "absolute",
32
  "problem_type": "single_label_classification",
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.34.0",
35
  "type_vocab_size": 2,
36
  "use_cache": true,
37
  "vocab_size": 64000
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f5c999fb303dff4c56f69d56507c9a472eba3f188aada7dbe36c6961004ca00
3
- size 1477844273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e7375520dcb5f0afeb44efabde931ae797314d16cf95ff590ba0547e48e4b9
3
+ size 1477841327
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e3a7e945a03d800f7cd2ef855e2423e663db56e21fa5594763f72fc0840a4fe
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c878ff786444a633211ef5540c791f40ce9ce2835c2f2a315a7117abd29d622b
3
+ size 4079