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

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,21 +1,20 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForMultipleChoice"
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
  "torch_dtype": "float32",
 
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d34cbe0fd4a431dd5e7d210566818a3a2e994405e6fd1849bf631c6b6c680fb3
3
- size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda1828b9d59aea8b7214a64398b556b7b497307c03617355ecc7eb95f150c5e
3
+ size 165510676
runs/Jan08_12-10-46_4edbae574425/events.out.tfevents.1736338247.4edbae574425.335.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13bab5da2fd5d6faa83bf5891173d1eccc6fab570108cc5bbf970a03ee2f49c7
3
- size 5380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b437f3d69439de5cdf40bc28b40b4354848b580175cdf6221c51324980d3fd2
3
+ size 5697
runs/Jan08_12-19-29_4edbae574425/events.out.tfevents.1736338770.4edbae574425.335.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a962f626546e52c15e221619047e15c940e70c4c4f436063a9f0f311a10b1d7
3
+ size 5305
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -41,12 +41,14 @@
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,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b4b55a349fee35e169f64adebcf608a92d6e901c4c08a5bdb931ba86dcf4a91
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87314ca26fd857c4b1a9f8f59978b61843db4ea0a8a3d23748140f2584b24a61
3
  size 5368