navjordj commited on
Commit
3578620
1 Parent(s): 7925e60

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +7 -6
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "north/t5_small_NCC_lm",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
- "d_ff": 1024,
7
  "d_kv": 64,
8
- "d_model": 512,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "gelu_new",
11
  "dropout_rate": 0.1,
@@ -16,9 +16,10 @@
16
  "is_gated_act": true,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
- "num_decoder_layers": 8,
20
- "num_heads": 6,
21
- "num_layers": 8,
 
22
  "pad_token_id": 0,
23
  "relative_attention_max_distance": 128,
24
  "relative_attention_num_buckets": 32,
 
1
  {
2
+ "_name_or_path": "north/t5_large_NCC_lm",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
+ "d_ff": 2816,
7
  "d_kv": 64,
8
+ "d_model": 1024,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "gelu_new",
11
  "dropout_rate": 0.1,
 
16
  "is_gated_act": true,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
+ "num_decoder_layers": 24,
20
+ "num_heads": 16,
21
+ "num_layers": 24,
22
+ "output_past": true,
23
  "pad_token_id": 0,
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 32,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f388a5feaed0292cd9796a514b6a7dd8ce37fbcfaaee1efeea95973e4ab969ae
3
- size 1200772613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b99de59bc42154fa9262578d498e77bf5e5e99778ffccb4b7208782fcde4b0
3
+ size 4918519193
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6502d07619068a98aa2d3bb531332a694ffe108ca6c6fe62a467ccfe98d666b9
3
- size 16315219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99cc999819aaabf74898a252863b10d86fbcd86e8b3f65c118ff334ff85c5ea5
3
+ size 16315121
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e64c6a1dcca431f04d9138eca74c63fbdd031fcbc194258a175c1bacab06c69
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac5595fa40d737be5fe38cca01d867b66220cfc226bd51078fe9417369ffd7a5
3
  size 3707