yishairasowsky commited on
Commit
e578fba
·
verified ·
1 Parent(s): f5935e2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,25 +1,24 @@
1
  {
2
- "_name_or_path": "prajjwal1/bert-medium",
 
3
  "architectures": [
4
- "BertForMultipleChoice"
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": 512,
11
  "initializer_range": 0.02,
12
- "intermediate_size": 2048,
13
- "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
- "model_type": "bert",
16
- "num_attention_heads": 8,
17
- "num_hidden_layers": 8,
18
  "pad_token_id": 0,
19
- "position_embedding_type": "absolute",
 
 
 
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.47.1",
22
- "type_vocab_size": 2,
23
- "use_cache": true,
24
  "vocab_size": 30522
25
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForMultipleChoice"
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
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.47.1",
 
 
23
  "vocab_size": 30522
24
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dda1828b9d59aea8b7214a64398b556b7b497307c03617355ecc7eb95f150c5e
3
- size 165510676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b51ec0e1257c7480035c452195df65e1a6d108f0c7cdd94f2fddd3ab9b6723d
3
+ size 267829484
runs/Jan08_12-30-54_4edbae574425/events.out.tfevents.1736339455.4edbae574425.335.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022d2965f2ebadae74889ed488a9b919e784b98d8e0fa7537d9907af8ef9a406
3
+ size 5030
runs/Jan08_12-32-50_4edbae574425/events.out.tfevents.1736339571.4edbae574425.335.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7fd1375c9d333c76ec1469d596280c039969ee32d5556dd2928dbc73b4b73c
3
+ size 5274
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -41,18 +41,16 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
- "model_max_length": 1000000000000000019884624838656,
51
- "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
- "tokenizer_class": "BertTokenizer",
57
  "unk_token": "[UNK]"
58
  }
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
+ "model_max_length": 512,
 
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87314ca26fd857c4b1a9f8f59978b61843db4ea0a8a3d23748140f2584b24a61
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c8c71ec2fea2baec3bfb3bd9ac65a5facd4229ab827b54f7685b41dae20050
3
  size 5368