TasmiaAzmi commited on
Commit
d4218a9
·
1 Parent(s): fa74a07

masked-sentence-generation

Browse files
Files changed (3) hide show
  1. config.json +17 -39
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,59 +1,37 @@
1
  {
2
- "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
- "d_ff": 3072,
7
  "d_kv": 64,
8
- "d_model": 768,
9
  "decoder_start_token_id": 0,
10
- "dense_act_fn": "relu",
11
  "dropout_rate": 0.1,
12
  "eos_token_id": 1,
13
- "feed_forward_proj": "relu",
14
  "initializer_factor": 1.0,
15
  "is_encoder_decoder": true,
16
- "is_gated_act": false,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
  "n_positions": 512,
20
- "num_decoder_layers": 12,
21
- "num_heads": 12,
22
- "num_layers": 12,
23
  "output_past": true,
24
  "pad_token_id": 0,
 
 
 
 
 
 
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
- "task_specific_params": {
28
- "summarization": {
29
- "early_stopping": true,
30
- "length_penalty": 2.0,
31
- "max_length": 200,
32
- "min_length": 30,
33
- "no_repeat_ngram_size": 3,
34
- "num_beams": 4,
35
- "prefix": "summarize: "
36
- },
37
- "translation_en_to_de": {
38
- "early_stopping": true,
39
- "max_length": 300,
40
- "num_beams": 4,
41
- "prefix": "translate English to German: "
42
- },
43
- "translation_en_to_fr": {
44
- "early_stopping": true,
45
- "max_length": 300,
46
- "num_beams": 4,
47
- "prefix": "translate English to French: "
48
- },
49
- "translation_en_to_ro": {
50
- "early_stopping": true,
51
- "max_length": 300,
52
- "num_beams": 4,
53
- "prefix": "translate English to Romanian: "
54
- }
55
- },
56
- "torch_dtype": "float32",
57
  "transformers_version": "4.28.1",
58
  "use_cache": true,
59
  "vocab_size": 32128
 
1
  {
2
+ "_name_or_path": "google/flan-t5-large",
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,
12
  "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
  "initializer_factor": 1.0,
15
  "is_encoder_decoder": true,
16
+ "is_gated_act": true,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
  "n_positions": 512,
20
+ "num_decoder_layers": 24,
21
+ "num_heads": 16,
22
+ "num_layers": 24,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
+ "quantization_config": {
26
+ "llm_int8_enable_fp32_cpu_offload": false,
27
+ "llm_int8_skip_modules": null,
28
+ "llm_int8_threshold": 6.0,
29
+ "load_in_8bit": true
30
+ },
31
  "relative_attention_max_distance": 128,
32
  "relative_attention_num_buckets": 32,
33
+ "tie_word_embeddings": false,
34
+ "torch_dtype": "float16",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  "transformers_version": "4.28.1",
36
  "use_cache": true,
37
  "vocab_size": 32128
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56f3d4c63c39d73a428a55938073a0674e506a244e587a4ac384f1786357b123
3
- size 891702929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2e65a60a357b044f8254ec72a926c8fa14e4c2237035d39941ac75af52fee4
3
+ size 1266894853
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5524932a2a37f894c5804719a694277f6504c5ae28fd197dc041744bf5be0c13
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6359a27e6dbfa5865af9d08f7773f5504beebc21957ecdb85370ebd03dc60bb4
3
  size 3707