whu9 commited on
Commit
e7fbba9
·
1 Parent(s): 2813df0

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -2
  4. training_args.bin +2 -2
config.json CHANGED
@@ -9,7 +9,7 @@
9
  "dropout_rate": 0.1,
10
  "eos_token_id": 1,
11
  "feed_forward_proj": "relu",
12
- "hidden_size1": 256,
13
  "hidden_size2": 512,
14
  "initializer_factor": 1.0,
15
  "is_encoder_decoder": true,
@@ -19,7 +19,7 @@
19
  "num_heads": 8,
20
  "num_layer": 1,
21
  "num_layers": 6,
22
- "output_size": 1024,
23
  "pad_token_id": 0,
24
  "relative_attention_num_buckets": 32,
25
  "torch_dtype": "float32",
 
9
  "dropout_rate": 0.1,
10
  "eos_token_id": 1,
11
  "feed_forward_proj": "relu",
12
+ "hidden_size1": 128,
13
  "hidden_size2": 512,
14
  "initializer_factor": 1.0,
15
  "is_encoder_decoder": true,
 
19
  "num_heads": 8,
20
  "num_layer": 1,
21
  "num_layers": 6,
22
+ "output_size": 3072,
23
  "pad_token_id": 0,
24
  "relative_attention_num_buckets": 32,
25
  "torch_dtype": "float32",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b932cf0382af5d85645ab52dc7789880e03edea9d5c70a170fd45fbfa67d23c7
3
- size 1558469677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d42ea58d2aaa72cc1b6a6a4b2ae095a2eaf51841a92724ece46ce167d3da76dd
3
+ size 2095086637
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 256
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 128
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f365416f6c66c0cf4c879b7628b57e76d7521df628414300dc6c1c4ebb180adf
3
- size 3119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0fd59d4b8042176f6fab6c163595f7944413fbed5d2378adc5cf25250a910d1
3
+ size 3183