Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- 4-bit
|
@@ -6,10 +8,22 @@ tags:
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
inference: false
|
11 |
quantized_by: Suparious
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
-
#
|
14 |
|
15 |
**UPLOAD IN PROGRESS**
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- 4-bit
|
|
|
8 |
- text-generation
|
9 |
- autotrain_compatible
|
10 |
- endpoints_compatible
|
11 |
+
- generated_from_trainer
|
12 |
pipeline_tag: text-generation
|
13 |
inference: false
|
14 |
quantized_by: Suparious
|
15 |
+
datasets:
|
16 |
+
- cognitivecomputations/Dolphin-2.9
|
17 |
+
- teknium/OpenHermes-2.5
|
18 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
19 |
+
- cognitivecomputations/dolphin-coder
|
20 |
+
- cognitivecomputations/samantha-data
|
21 |
+
- HuggingFaceH4/ultrachat_200k
|
22 |
+
- microsoft/orca-math-word-problems-200k
|
23 |
+
- abacusai/SystemChat-1.1
|
24 |
+
- Locutusque/function-calling-chatml
|
25 |
+
- internlm/Agent-FLAN
|
26 |
---
|
27 |
+
# cognitivecomputations/dolphin-2.9-llama3-8b AWQ
|
28 |
|
29 |
**UPLOAD IN PROGRESS**
|