Nilakshan commited on
Commit
cb444cd
1 Parent(s): cabcf2e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,14 +1,13 @@
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
  "id2label": {
13
  "0": "fantasy",
14
  "1": "horror",
@@ -22,7 +21,6 @@
22
  "9": "thriller"
23
  },
24
  "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
  "label2id": {
27
  "action": 4,
28
  "adventure": 6,
@@ -35,17 +33,17 @@
35
  "scifi": 3,
36
  "thriller": 9
37
  },
38
- "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
40
- "model_type": "bert",
41
- "num_attention_heads": 12,
42
- "num_hidden_layers": 12,
43
  "pad_token_id": 0,
44
- "position_embedding_type": "absolute",
45
  "problem_type": "single_label_classification",
 
 
 
 
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.28.0",
48
- "type_vocab_size": 2,
49
- "use_cache": true,
50
  "vocab_size": 30522
51
  }
 
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": "fantasy",
13
  "1": "horror",
 
21
  "9": "thriller"
22
  },
23
  "initializer_range": 0.02,
 
24
  "label2id": {
25
  "action": 4,
26
  "adventure": 6,
 
33
  "scifi": 3,
34
  "thriller": 9
35
  },
 
36
  "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
  "pad_token_id": 0,
 
41
  "problem_type": "single_label_classification",
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.28.0",
 
 
48
  "vocab_size": 30522
49
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:461c84ead5d802673d7acd9a28ae2696531ef1f281be488f2f00fe03e30a9ef9
3
- size 438032501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4424a35106929b8c827b2a6a887b72ef8af1c69ef5466cf84b880aa481091524
3
+ size 267880109
runs/Jul05_11-30-25_cce1b16b8821/1688556627.706943/events.out.tfevents.1688556627.cce1b16b8821.176.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7f07fb1bc81ca4b096f7ae3dca624c6ea8a2c5313be15733adc3503fd0ddad
3
+ size 5873
runs/Jul05_11-30-25_cce1b16b8821/events.out.tfevents.1688556627.cce1b16b8821.176.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a892df28ed27a411e25e4990baa96aacc1ddedf39401e87c432e649f0fdba6a0
3
+ size 5548
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
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:94806a0b31e2a7f7260a01c61a112962d341fec2fde43e5e33cb041c3f6ee5c9
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a858f9bd396b8d9a21cfc4af5f2b34187fec20e2319f38065c98e1701977c0
3
  size 3579