Rm temp files
Browse files- .README.md.un~ +0 -0
- .config.json.un~ +0 -0
- config.json~ +0 -37
.README.md.un~
DELETED
Binary file (3.1 kB)
|
|
.config.json.un~
DELETED
Binary file (4.07 kB)
|
|
config.json~
DELETED
@@ -1,37 +0,0 @@
|
|
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 |
-
"dropout_rate": 0.1,
|
11 |
-
"eos_token_id": 1,
|
12 |
-
"feed_forward_proj": "relu",
|
13 |
-
"initializer_factor": 1.0,
|
14 |
-
"is_encoder_decoder": true,
|
15 |
-
"layer_norm_epsilon": 1e-06,
|
16 |
-
"model_type": "t5",
|
17 |
-
"n_positions": 512,
|
18 |
-
"num_decoder_layers": 12,
|
19 |
-
"num_heads": 12,
|
20 |
-
"num_layers": 12,
|
21 |
-
"output_past": true,
|
22 |
-
"pad_token_id": 0,
|
23 |
-
"relative_attention_num_buckets": 32,
|
24 |
-
"task_specific_params": {
|
25 |
-
"summarization": {
|
26 |
-
"early_stopping": true,
|
27 |
-
"length_penalty": 2.0,
|
28 |
-
"max_length": 200,
|
29 |
-
"min_length": 30,
|
30 |
-
"no_repeat_ngram_size": 3,
|
31 |
-
"num_beams": 4,
|
32 |
-
"prefix": "summarise: "
|
33 |
-
},
|
34 |
-
},
|
35 |
-
"use_cache": true,
|
36 |
-
"vocab_size": 32128
|
37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|