tliu commited on
Commit
d1460f2
1 Parent(s): 7b1230e
Files changed (3) hide show
  1. config.json +66 -0
  2. generation_config.json +7 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5NER"
4
+ ],
5
+ "asp_activation": "relu",
6
+ "asp_dropout_rate": 0.3,
7
+ "asp_feature_emb_size": 20,
8
+ "asp_hidden_dim": 150,
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": 32101,
21
+ "mention_start_id": 32100,
22
+ "n_positions": 512,
23
+ "num_decoder_layers": 12,
24
+ "num_heads": 12,
25
+ "num_layers": 12,
26
+ "num_typing_classes": 4,
27
+ "output_past": true,
28
+ "pad_token_id": 0,
29
+ "pretrained_name_or_path": "google/flan-t5-base",
30
+ "relative_attention_max_distance": 128,
31
+ "relative_attention_num_buckets": 32,
32
+ "task_specific_params": {
33
+ "summarization": {
34
+ "early_stopping": true,
35
+ "length_penalty": 2.0,
36
+ "max_length": 200,
37
+ "min_length": 30,
38
+ "no_repeat_ngram_size": 3,
39
+ "num_beams": 4,
40
+ "prefix": "summarize: "
41
+ },
42
+ "translation_en_to_de": {
43
+ "early_stopping": true,
44
+ "max_length": 300,
45
+ "num_beams": 4,
46
+ "prefix": "translate English to German: "
47
+ },
48
+ "translation_en_to_fr": {
49
+ "early_stopping": true,
50
+ "max_length": 300,
51
+ "num_beams": 4,
52
+ "prefix": "translate English to French: "
53
+ },
54
+ "translation_en_to_ro": {
55
+ "early_stopping": true,
56
+ "max_length": 300,
57
+ "num_beams": 4,
58
+ "prefix": "translate English to Romanian: "
59
+ }
60
+ },
61
+ "tie_word_embeddings": false,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.33.3",
64
+ "use_cache": true,
65
+ "vocab_size": 32102
66
+ }
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:d762476efe8bf22634c485477153912f0bd52501388dc5974f42973dc36143f4
3
+ size 893021774