Upload README.md with huggingface_hub
Browse files
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
|