Upload LLM2Vec4CXR fine-tuned model
Browse files- config.json +8 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaBiModel"
|
5 |
],
|
@@ -8,6 +8,7 @@
|
|
8 |
"auto_map": {
|
9 |
"AutoModel": "microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned--modeling_bidirectional_llama_encoder.LlamaBiModel"
|
10 |
},
|
|
|
11 |
"bos_token_id": 128000,
|
12 |
"eos_token_id": [
|
13 |
128001,
|
@@ -25,6 +26,7 @@
|
|
25 |
"num_attention_heads": 32,
|
26 |
"num_hidden_layers": 16,
|
27 |
"num_key_value_heads": 8,
|
|
|
28 |
"pretraining_tp": 1,
|
29 |
"rms_norm_eps": 1e-05,
|
30 |
"rope_scaling": {
|
@@ -39,5 +41,8 @@
|
|
39 |
"torch_dtype": "bfloat16",
|
40 |
"transformers_version": "4.44.2",
|
41 |
"use_cache": true,
|
42 |
-
"vocab_size": 128256
|
43 |
-
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lukeingawesome/llm2vec4cxr",
|
3 |
"architectures": [
|
4 |
"LlamaBiModel"
|
5 |
],
|
|
|
8 |
"auto_map": {
|
9 |
"AutoModel": "microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned--modeling_bidirectional_llama_encoder.LlamaBiModel"
|
10 |
},
|
11 |
+
"base_model": "microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned",
|
12 |
"bos_token_id": 128000,
|
13 |
"eos_token_id": [
|
14 |
128001,
|
|
|
26 |
"num_attention_heads": 32,
|
27 |
"num_hidden_layers": 16,
|
28 |
"num_key_value_heads": 8,
|
29 |
+
"pooling_mode": "latent_attention",
|
30 |
"pretraining_tp": 1,
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
"rope_scaling": {
|
|
|
41 |
"torch_dtype": "bfloat16",
|
42 |
"transformers_version": "4.44.2",
|
43 |
"use_cache": true,
|
44 |
+
"vocab_size": 128256,
|
45 |
+
"model_description": "Fine-tuned LLM2Vec model for chest X-ray report analysis with latent attention pooling",
|
46 |
+
"domain": "medical",
|
47 |
+
"task": "text-embeddings"
|
48 |
+
}
|