Iiro commited on
Commit
60345d1
1 Parent(s): 20facf6

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +17 -15
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,13 +1,14 @@
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": "LABEL_0",
13
  "1": "LABEL_1",
@@ -16,6 +17,7 @@
16
  "4": "LABEL_4"
17
  },
18
  "initializer_range": 0.02,
 
19
  "label2id": {
20
  "LABEL_0": 0,
21
  "LABEL_1": 1,
@@ -23,17 +25,17 @@
23
  "LABEL_3": 3,
24
  "LABEL_4": 4
25
  },
 
26
  "max_position_embeddings": 512,
27
- "model_type": "distilbert",
28
- "n_heads": 12,
29
- "n_layers": 6,
30
  "pad_token_id": 0,
 
31
  "problem_type": "single_label_classification",
32
- "qa_dropout": 0.1,
33
- "seq_classif_dropout": 0.2,
34
- "sinusoidal_pos_embds": false,
35
- "tie_weights_": true,
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.34.1",
38
- "vocab_size": 30522
 
 
39
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
 
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": 768,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
 
17
  "4": "LABEL_4"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
  "label2id": {
22
  "LABEL_0": 0,
23
  "LABEL_1": 1,
 
25
  "LABEL_3": 3,
26
  "LABEL_4": 4
27
  },
28
+ "layer_norm_eps": 1e-12,
29
  "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
  "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
  "problem_type": "single_label_classification",
 
 
 
 
36
  "torch_dtype": "float32",
37
  "transformers_version": "4.34.1",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 28996
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd9e33c1c647b8b0296a688d52aa90916232148ab91937e0f9fa960ce50781f7
3
- size 267865194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68dbc9d8751b8e4076453876cb419a08654d7d950dc9af94d0e06d09d369f5e0
3
+ size 433325294
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12c24954ad06ba2f60e557838193abd83e76ea667313bc455fcab543037c96aa
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ec66e15834b18abbf3d72191130b3a931c7ff7b1cef0632679fb84c9589efc
3
  size 4472