tliu commited on
Commit
5530112
1 Parent(s): c5a3be0
Files changed (3) hide show
  1. config.json +65 -0
  2. generation_config.json +7 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5Coref"
4
+ ],
5
+ "asp_activation": "relu",
6
+ "asp_dropout_rate": 0.3,
7
+ "asp_feature_emb_size": 20,
8
+ "asp_hidden_dim": 2048,
9
+ "asp_init_std": 0.02,
10
+ "d_ff": 2048,
11
+ "d_kv": 64,
12
+ "d_model": 768,
13
+ "decoder_start_token_id": 0,
14
+ "dropout_rate": 0.1,
15
+ "eos_token_id": 1,
16
+ "feed_forward_proj": "gated-gelu",
17
+ "initializer_factor": 1.0,
18
+ "is_encoder_decoder": true,
19
+ "layer_norm_epsilon": 1e-06,
20
+ "mention_end_id": 32103,
21
+ "mention_start_id": 32102,
22
+ "n_positions": 512,
23
+ "num_decoder_layers": 12,
24
+ "num_heads": 12,
25
+ "num_layers": 12,
26
+ "output_past": true,
27
+ "pad_token_id": 0,
28
+ "pretrained_name_or_path": "google/flan-t5-base",
29
+ "relative_attention_max_distance": 128,
30
+ "relative_attention_num_buckets": 32,
31
+ "task_specific_params": {
32
+ "summarization": {
33
+ "early_stopping": true,
34
+ "length_penalty": 2.0,
35
+ "max_length": 200,
36
+ "min_length": 30,
37
+ "no_repeat_ngram_size": 3,
38
+ "num_beams": 4,
39
+ "prefix": "summarize: "
40
+ },
41
+ "translation_en_to_de": {
42
+ "early_stopping": true,
43
+ "max_length": 300,
44
+ "num_beams": 4,
45
+ "prefix": "translate English to German: "
46
+ },
47
+ "translation_en_to_fr": {
48
+ "early_stopping": true,
49
+ "max_length": 300,
50
+ "num_beams": 4,
51
+ "prefix": "translate English to French: "
52
+ },
53
+ "translation_en_to_ro": {
54
+ "early_stopping": true,
55
+ "max_length": 300,
56
+ "num_beams": 4,
57
+ "prefix": "translate English to Romanian: "
58
+ }
59
+ },
60
+ "tie_word_embeddings": false,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.33.3",
63
+ "use_cache": true,
64
+ "vocab_size": 32104
65
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.33.3"
7
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e7b987311e58a90be641f237b19f489f5e14b05bf515fa5d76b8f1aec738df
3
+ size 923314530