Improve language tag
#1
by lbourdois - opened
README.md
CHANGED
|
@@ -1,20 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zho
|
| 5 |
+
- eng
|
| 6 |
+
- fra
|
| 7 |
+
- spa
|
| 8 |
+
- por
|
| 9 |
+
- deu
|
| 10 |
+
- ita
|
| 11 |
+
- rus
|
| 12 |
+
- jpn
|
| 13 |
+
- kor
|
| 14 |
+
- vie
|
| 15 |
+
- tha
|
| 16 |
+
- ara
|
| 17 |
+
metrics:
|
| 18 |
+
- RAGAS
|
| 19 |
+
pipeline_tag: question-answering
|
| 20 |
+
base_model:
|
| 21 |
+
- Qwen/Qwen2.5-3B-Instruct
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# Sidemen_Intellihack_QwenModel
|
| 25 |
+
|
| 26 |
+
This model is a fine-tuned version of [Qwen 2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) tailored for technical question-answering tasks in the domain of AI research.
|
| 27 |
+
|
| 28 |
+
## Model Details
|
| 29 |
+
|
| 30 |
+
- **Base Model:** [Qwen 2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
|
| 31 |
+
- **Architecture:** Transformer-based language model with 3 billion parameters.
|
| 32 |
+
- **Quantization:** 4-bit GGUF format using the `q4_k_m` method for efficient inference.
|