makitanikaze commited on
Commit
3e72f0d
1 Parent(s): 6394525

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": "t5-small",
3
- "activation_dropout": 0.1,
4
- "architectures": [
5
- "P5Pretraining"
6
- ],
7
- "attention_dropout": 0.1,
8
- "auto_map": {
9
- "AutoModel": "pretrain_model.P5Pretraining"
10
- },
11
- "d_ff": 2048,
12
- "d_kv": 64,
13
- "d_model": 512,
14
- "decoder_start_token_id": 0,
15
- "dense_act_fn": "relu",
16
- "dropout": 0.1,
17
- "dropout_rate": 0.1,
18
- "eos_token_id": 1,
19
- "feed_forward_proj": "relu",
20
- "initializer_factor": 1.0,
21
- "is_encoder_decoder": true,
22
- "is_gated_act": false,
23
- "layer_norm_epsilon": 1e-06,
24
- "losses": "rating,sequential,explanation,review,traditional",
25
- "model_type": "t5",
26
- "n_positions": 512,
27
- "num_decoder_layers": 6,
28
- "num_heads": 8,
29
- "num_layers": 6,
30
- "output_past": true,
31
- "pad_token_id": 0,
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.25.1",
65
- "use_cache": true,
66
- "vocab_size": 32100
67
- }