amuvarma commited on
Commit
56d2873
1 Parent(s): 00defe2

Update model

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GazelleForConditionalGeneration"
4
+ ],
5
+ "audio_config": {
6
+ "model_type": "wav2vec2"
7
+ },
8
+ "audio_model_id": "facebook/wav2vec2-base-960h",
9
+ "audio_token_index": 134411,
10
+ "hidden_size": 3072,
11
+ "ignore_index": -100,
12
+ "model_type": "gazelle",
13
+ "projector_type": "mlp",
14
+ "stack_factor": 8,
15
+ "text_config": {
16
+ "model_type": "llama",
17
+ "vocab_size": 134412
18
+ },
19
+ "text_model_id": "amuvarma/1-1-interleaved-text-content-tokens-1mn-samples-finetuned-1",
20
+ "torch_dtype": "bfloat16",
21
+ "transformers_version": "4.46.3",
22
+ "vocab_size": 134412
23
+ }