ssmits commited on
Commit
4b868cd
1 Parent(s): 9185429

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - embeddings
6
+ - base-model
7
+ - qwen
8
+ license: apache-2.0
9
+ ---
10
+
11
+ # Qwen2.5-7B-Instruct-embed-base
12
+
13
+ This is a base model derived from Qwen2.5-7B-Instruct with the language modeling head removed.
14
+ It's intended to be used as a base for embedding tasks and further fine-tuning.
15
+
16
+ ## Model Details
17
+ - Base model: Qwen2.5-7B-Instruct
18
+ - The 'lm_head' layer has been removed
19
+ - Maintains the original model's norm layers
20
+ - Suitable for embedding tasks and custom head additions