mstatt commited on
Commit
dc4c024
1 Parent(s): faacafd

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -67
config.json DELETED
@@ -1,67 +0,0 @@
1
- {
2
- "_name_or_path": "./model/",
3
- "architectures": [
4
- "T5ForConditionalGeneration"
5
- ],
6
- "d_ff": 2048,
7
- "d_kv": 64,
8
- "d_model": 512,
9
- "decoder_start_token_id": 0,
10
- "dense_act_fn": "relu",
11
- "dropout_rate": 0.1,
12
- "early_stopping": true,
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
- "length_penalty": 2.0,
20
- "max_length": 200,
21
- "min_length": 30,
22
- "model_type": "t5",
23
- "n_positions": 512,
24
- "no_repeat_ngram_size": 3,
25
- "num_beams": 4,
26
- "num_decoder_layers": 6,
27
- "num_heads": 8,
28
- "num_layers": 6,
29
- "output_past": true,
30
- "pad_token_id": 0,
31
- "prefix": "summarize: ",
32
- "relative_attention_max_distance": 128,
33
- "relative_attention_num_buckets": 32,
34
- "task_specific_params": {
35
- "summarization": {
36
- "early_stopping": true,
37
- "length_penalty": 2.0,
38
- "max_length": 200,
39
- "min_length": 30,
40
- "no_repeat_ngram_size": 3,
41
- "num_beams": 4,
42
- "prefix": "summarize: "
43
- },
44
- "translation_en_to_de": {
45
- "early_stopping": true,
46
- "max_length": 300,
47
- "num_beams": 4,
48
- "prefix": "translate English to German: "
49
- },
50
- "translation_en_to_fr": {
51
- "early_stopping": true,
52
- "max_length": 300,
53
- "num_beams": 4,
54
- "prefix": "translate English to French: "
55
- },
56
- "translation_en_to_ro": {
57
- "early_stopping": true,
58
- "max_length": 300,
59
- "num_beams": 4,
60
- "prefix": "translate English to Romanian: "
61
- }
62
- },
63
- "torch_dtype": "float32",
64
- "transformers_version": "4.31.0",
65
- "use_cache": true,
66
- "vocab_size": 32128
67
- }