Initial setup of model with dataset and metrics configuration
Browse files"This is the initial version of
QuantumEdgeAl, configured for advanced question answering and conversational tasks using datasets like MMMLU, reasoning, and chat prompts."
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- openai/MMMLU
|
5 |
+
- argilla/FinePersonas-v0.1
|
6 |
+
- SkunkworksAI/reasoning-0.01
|
7 |
+
- fka/awesome-chatgpt-prompts
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- bleu
|
11 |
+
- bertscore
|
12 |
+
- bleurt
|
13 |
+
base_model:
|
14 |
+
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
15 |
+
- nvidia/NVLM-D-72B
|
16 |
+
- openai/whisper-large-v3-turbo
|
17 |
+
new_version: meta-llama/Llama-3.1-8B-Instruct
|
18 |
+
pipeline_tag: question-answering
|
19 |
+
library_name: adapter-transformers
|
20 |
+
---
|