amuvarma commited on
Commit
d72dd20
1 Parent(s): bbd4161

Update model

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