ZicoZ7 commited on
Commit
bac49c7
·
verified ·
1 Parent(s): abf59c3

Update text_encoder_2/config.json

Browse files
Files changed (1) hide show
  1. text_encoder_2/config.json +2 -17
text_encoder_2/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "black-forest-labs/FLUX.1-schnell",
3
  "architectures": [
4
  "T5EncoderModel"
5
  ],
@@ -22,26 +22,11 @@
22
  "num_layers": 24,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
- "quantization_config": {
26
- "_load_in_4bit": true,
27
- "_load_in_8bit": false,
28
- "bnb_4bit_compute_dtype": "bfloat16",
29
- "bnb_4bit_quant_storage": "uint8",
30
- "bnb_4bit_quant_type": "nf4",
31
- "bnb_4bit_use_double_quant": false,
32
- "llm_int8_enable_fp32_cpu_offload": false,
33
- "llm_int8_has_fp16_weight": false,
34
- "llm_int8_skip_modules": null,
35
- "llm_int8_threshold": 6.0,
36
- "load_in_4bit": true,
37
- "load_in_8bit": false,
38
- "quant_method": "bitsandbytes"
39
- },
40
  "relative_attention_max_distance": 128,
41
  "relative_attention_num_buckets": 32,
42
  "tie_word_embeddings": false,
43
  "torch_dtype": "bfloat16",
44
- "transformers_version": "4.46.1",
45
  "use_cache": true,
46
  "vocab_size": 32128
47
  }
 
1
  {
2
+ "_name_or_path": "google/t5-v1_1-xxl",
3
  "architectures": [
4
  "T5EncoderModel"
5
  ],
 
22
  "num_layers": 24,
23
  "output_past": true,
24
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
  "tie_word_embeddings": false,
28
  "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.43.3",
30
  "use_cache": true,
31
  "vocab_size": 32128
32
  }