Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: M4-ai/Orca-2.0-Tau-1.8B
|
3 |
+
datasets:
|
4 |
+
- Open-Orca/SlimOrca
|
5 |
+
- m-a-p/Code-Feedback
|
6 |
+
- MaziyarPanahi/WizardLM_evol_instruct_V2_196k
|
7 |
+
- camel-ai/math
|
8 |
+
- camel-ai/physics
|
9 |
+
- camel-ai/biology
|
10 |
+
- camel-ai/chemistry
|
11 |
+
- LDJnr/Capybara
|
12 |
+
- jondurbin/airoboros-3.2
|
13 |
+
- microsoft/orca-math-word-problems-200k
|
14 |
+
inference: true
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
library_name: transformers
|
18 |
+
license: other
|
19 |
+
model_creator: M4-ai
|
20 |
+
model_name: Orca-2.0-Tau-1.8B
|
21 |
+
pipeline_tag: text-generation
|
22 |
+
quantized_by: afrideva
|
23 |
+
tags:
|
24 |
+
- gguf
|
25 |
+
- ggml
|
26 |
+
- quantized
|
27 |
+
---
|
28 |
+
|
29 |
+
# Orca-2.0-Tau-1.8B-GGUF
|
30 |
+
|
31 |
+
Quantized GGUF model files for [Orca-2.0-Tau-1.8B](https://huggingface.co/M4-ai/Orca-2.0-Tau-1.8B) from [M4-ai](https://huggingface.co/M4-ai)
|
32 |
+
|
33 |
+
## Original Model Card:
|
34 |
+
|
35 |
+
# Hercules-Mini-1.8B
|
36 |
+
|
37 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
38 |
+
We fine-tuned tau-1.8B on a high quality mix for general-purpose assistants. A DPO version of this will be released soon. We use the ChatML prompt format.
|
39 |
+
|
40 |
+
|
41 |
+
## Model Details
|
42 |
+
|
43 |
+
### Model Description
|
44 |
+
|
45 |
+
<!-- Provide a longer summary of what this model is. -->
|
46 |
+
|
47 |
+
This model has capabilities in math, coding, writing, and more. We fine-tuned it using a high quality mix for general-purpose assistants.
|
48 |
+
|
49 |
+
- **Developed by:** M4-ai
|
50 |
+
- **Language(s) (NLP):** English and maybe Chinese
|
51 |
+
- **License:** tongyi-qianwen license
|
52 |
+
- **Finetuned from model:** [tau-1.8B](https://huggingface.co/M4-ai/tau-1.8B)
|
53 |
+
|
54 |
+
## Uses
|
55 |
+
|
56 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
57 |
+
|
58 |
+
General purpose assistant, question answering, chain-of-thought, etc..
|
59 |
+
|
60 |
+
### Recommendations
|
61 |
+
|
62 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
63 |
+
|
64 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
65 |
+
|
66 |
+
## Evaluation
|
67 |
+
Coming soon
|
68 |
+
|
69 |
+
|
70 |
+
## Training Details
|
71 |
+
|
72 |
+
### Training Data
|
73 |
+
|
74 |
+
- Open-Orca/SlimOrca
|
75 |
+
- m-a-p/Code-Feedback
|
76 |
+
- MaziyarPanahi/WizardLM_evol_instruct_V2_196k
|
77 |
+
- camel-ai/math
|
78 |
+
- camel-ai/physics
|
79 |
+
- camel-ai/biology
|
80 |
+
- camel-ai/chemistry
|
81 |
+
- LDJnr/Capybara
|
82 |
+
- jondurbin/airoboros-3.2
|
83 |
+
- microsoft/orca-math-word-problems-200k
|
84 |
+
|
85 |
+
|
86 |
+
#### Training Hyperparameters
|
87 |
+
|
88 |
+
- **Training regime:** bf16 non-mixed precision
|
89 |
+
## Technical Specifications
|
90 |
+
|
91 |
+
#### Hardware
|
92 |
+
|
93 |
+
We used 8 Kaggle TPUs, and we trained at a global batch size of 128 and sequence length of 2048.
|