Sayan01 commited on
Commit
14c8b7f
1 Parent(s): 65fb9bc

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +18 -7
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +0 -43
  4. training_args.bin +2 -2
config.json CHANGED
@@ -1,25 +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": 192,
 
 
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": 3,
15
- "n_layers": 3,
 
 
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.34.0",
 
 
24
  "vocab_size": 30522
25
  }
 
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_dropout": 0.1,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "dim": 768,
10
  "dropout": 0.1,
11
+ "hidden_act": "gelu",
12
  "hidden_dim": 3072,
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 512,
15
  "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
  "max_position_embeddings": 512,
19
+ "model_type": "bert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "num_attention_heads": 4,
23
+ "num_hidden_layers": 4,
24
  "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
  "problem_type": "single_label_classification",
27
  "qa_dropout": 0.1,
28
  "seq_classif_dropout": 0.2,
29
  "sinusoidal_pos_embds": false,
30
  "tie_weights_": true,
31
  "torch_dtype": "float32",
32
+ "transformers_version": "4.32.0",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
  "vocab_size": 30522
36
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab7f07d1a701229801436d55fbb423b51ac4e6d5de560c611e5ab1741769632d
3
- size 39987478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b26d463791bab905bffb3588ab037ce1ad19d50a9ff070ead52ef397caac2a5
3
+ size 131876748
tokenizer_config.json CHANGED
@@ -1,47 +1,4 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "100": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "101": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "102": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "103": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66e410bc3720c360d96183e93e70953e0d1df4f3f288664596de7255b4993206
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fdf41783bab7b8a5f1d4fe468d800a5d7400ca4d9d7357248e84035b8aa6b2
3
+ size 4091