adjohn1313 commited on
Commit
2ac6809
1 Parent(s): 61816a6

Upload T5ForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +8 -9
  2. generation_config.json +0 -1
  3. model.safetensors +2 -2
config.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
- "_name_or_path": "google/flan-t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
- "d_model": 768,
10
  "decoder_start_token_id": 0,
11
- "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
- "feed_forward_proj": "gated-gelu",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
- "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 12,
22
- "num_heads": 12,
23
- "num_layers": 12,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
@@ -54,7 +54,6 @@
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
57
- "tie_word_embeddings": false,
58
  "torch_dtype": "bfloat16",
59
  "transformers_version": "4.38.1",
60
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "gauravkoradiya/T5-Finetuned-Summarization-DialogueDataset",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
+ "d_model": 512,
10
  "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
+ "num_decoder_layers": 6,
22
+ "num_heads": 8,
23
+ "num_layers": 6,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
 
57
  "torch_dtype": "bfloat16",
58
  "transformers_version": "4.38.1",
59
  "use_cache": true,
generation_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_from_model_config": true,
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
 
1
  {
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2be6378a9414814ccd8369f856572bd12f0b8854b4423a08fcf8c602037e198
3
- size 495192780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:735d34a9fc1e120a9b59965c2627fef99a1d40ec6abc05a4997683872f74d831
3
+ size 121030860