File size: 1,892 Bytes
622c63f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "alibi_mode": "symetric",
  "architectures": [
    "FlashT5ForConditionalGeneration"
  ],
  "attention_dropout_rate": 0.0,
  "attention_scale": 1.0,
  "attention_type": "ref",
  "auto_map": {
    "AutoConfig": "configuration_flash_t5.FlashT5Config",
    "AutoModel": "modeling_flash_t5.FlashT5ForConditionalGeneration",
    "AutoModelForQuestionAnswering": "custom_heads_flash_t5.FlashT5ForQuestionAnswering",
    "AutoModelForSeq2SeqLM": "modeling_flash_t5.FlashT5ForConditionalGeneration",
    "AutoModelForSequenceClassification": "custom_heads_flash_t5.FlashT5ForSequenceClassification",
    "AutoModelForTokenClassification": "custom_heads_flash_t5.FlashT5ForTokenClassification"
  },
  "classifier_dropout": 0.0,
  "d_ff": 2816,
  "d_kv": 64,
  "d_model": 1024,
  "decoder_start_token_id": 0,
  "dense_act_fn": "relu",
  "dropout_rate": 0.0,
  "eos_token_id": 1,
  "feed_forward_proj": "relu",
  "fire_mlp_width": 32,
  "initializer_factor": 1.0,
  "is_encoder_decoder": false,
  "is_gated_act": false,
  "label_smoothing": 0.1,
  "layer_norm_epsilon": 1e-06,
  "max_sequence_length": 1024,
  "model_type": "flash_t5",
  "num_decoder_layers": 24,
  "num_heads": 16,
  "num_layers": 24,
  "pad_token_id": 0,
  "position_encoding_type": "t5",
  "relative_attention_max_distance": 128,
  "relative_attention_num_buckets": 32,
  "rotary_base": 10000,
  "rotary_emb_fraction": 1.0,
  "rotary_interleaved": false,
  "rotary_scale_base": null,
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "transformers_version": "4.39.3",
  "use_cache": true,
  "use_flash_attention": "triton",
  "use_full_bias_size": false,
  "use_gelu_act": true,
  "use_glu_mlp": true,
  "use_masking": false,
  "use_randomized_position_encoding": false,
  "use_triton_crossentropy": false,
  "use_triton_gated_mlp": false,
  "use_triton_layernorm": false,
  "vocab_size": 32128,
  "z_loss": 0.0001
}