File size: 769 Bytes
d81c636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "FusionCrossAttentionSentenceClassifier"
  ],
  "dropout": 0.3,
  "embedding_strategy": "self-att",
  "fp16": true,
  "fusion_layers": 2,
  "fusion_strategy": "dense",
  "heads": 8,
  "hidden_size": 768,
  "k1_backbone": "whisper-encoder-small",
  "k1_freezed": true,
  "k1_kwargs": {
    "load_in_4bit": false
  },
  "k2_backbone": "transformer-prosody-encoder192",
  "k2_freezed": false,
  "k2_kwargs": {
    "dropout": 0.3,
    "heads": 8,
    "input_size": 5,
    "num_layers": 2
  },
  "labels": 18,
  "model_type": "fusion-cross-attention-sentence-classifier",
  "multilabel": true,
  "q_backbone": "distilbert-base-uncased-lora",
  "q_freezed": false,
  "q_kwargs": {},
  "torch_dtype": "float32",
  "transformers_version": "4.41.2"
}