cedomin commited on
Commit
c98814d
·
1 Parent(s): 4c923ec

Training complete

Browse files
Files changed (4) hide show
  1. config.json +16 -14
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,25 +1,27 @@
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
  "initializer_range": 0.02,
 
 
12
  "max_position_embeddings": 512,
13
- "model_type": "distilbert",
14
- "n_heads": 12,
15
- "n_layers": 6,
16
  "pad_token_id": 0,
 
17
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.27.4",
 
 
24
  "vocab_size": 30522
25
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
 
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
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
 
 
 
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.27.4",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
  "vocab_size": 30522
27
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6829dc24536d89fa9d6d6634035c55875f506a9771a4de8fb2571c5b432a79a
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db8304601764cce6919e3461e7d752deb459fe77e7a1e8974d04f7eab87c736
3
+ size 438007925
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
8
  "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:046d07f1dcf0b8b380f0c962e6dffbf8177f51498e1079a5a5a565c5853b6a72
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd9fada00fe88aba8fdaf4d05035d5a9c4830039b9df01dfc4fbe8b855640cf
3
  size 3579