⚠️ DO NOT MERGE: feat(transformers): Add native Transformers config

#17
by harshaljanjani - opened
Files changed (1) hide show
  1. config.json +9 -5
config.json CHANGED
@@ -24,13 +24,17 @@
24
  "pack_qkv": true,
25
  "pad_token_id": 1,
26
  "position_embedding_type": "rope",
27
- "rope_scaling": null,
28
- "rope_theta": 160000,
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.39.3",
31
  "type_vocab_size": 1,
32
  "unpad_inputs": "true",
33
  "use_memory_efficient_attention": "true",
34
- "matryoshka_dimensions": [256],
35
- "vocab_size": 250048
36
- }
 
 
 
 
 
 
 
24
  "pack_qkv": true,
25
  "pad_token_id": 1,
26
  "position_embedding_type": "rope",
 
 
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.39.3",
29
  "type_vocab_size": 1,
30
  "unpad_inputs": "true",
31
  "use_memory_efficient_attention": "true",
32
+ "matryoshka_dimensions": [
33
+ 256
34
+ ],
35
+ "vocab_size": 250048,
36
+ "rope_parameters": {
37
+ "rope_theta": 160000,
38
+ "rope_type": "default"
39
+ }
40
+ }