Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MNLP_M2_rag_model
|
2 |
This is a placeholder RAG reasoning model based on Qwen3-0.6B-Base.
|
3 |
-
It is expected to take query + context as input and produce an answer.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language: en
|
4 |
+
tags:
|
5 |
+
- rag
|
6 |
+
- cs-552
|
7 |
+
- qwen
|
8 |
+
- question-answering
|
9 |
+
- milestone2
|
10 |
+
datasets:
|
11 |
+
- smikulas/MNLP_M2_rag_dataset
|
12 |
+
---
|
13 |
+
|
14 |
# MNLP_M2_rag_model
|
15 |
This is a placeholder RAG reasoning model based on Qwen3-0.6B-Base.
|
16 |
+
It is expected to take query + context as input and produce an answer.
|