Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: "transformers.js"
|
4 |
+
base_model: Felladrin/Pythia-31M-Chat-v1
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
datasets:
|
8 |
+
- totally-not-an-llm/EverythingLM-data-V3
|
9 |
+
- databricks/databricks-dolly-15k
|
10 |
+
- THUDM/webglm-qa
|
11 |
+
- starfishmedical/webGPT_x_dolly
|
12 |
+
- Amod/mental_health_counseling_conversations
|
13 |
+
- sablo/oasst2_curated
|
14 |
+
- cognitivecomputations/wizard_vicuna_70k_unfiltered
|
15 |
+
- mlabonne/chatml_dpo_pairs
|
16 |
+
---
|
17 |
+
|
18 |
+
INT8 ONNX version of [Felladrin/Pythia-31M-Chat-v1](https://huggingface.co/Felladrin/Pythia-31M-Chat-v1) to use with [Transformers.js](https://huggingface.co/docs/transformers.js).
|