Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Koala: A Dialogue Model for Academic Research
|
5 |
This repo contains the weights of the Koala 7B model produced at Berkeley. It is the result of combining the diffs from https://huggingface.co/young-geng/koala with the original Llama 7B model.
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
datasets:
|
6 |
+
- ShareGPT
|
7 |
+
- HC3
|
8 |
+
tags:
|
9 |
+
- koala
|
10 |
+
- ShareGPT
|
11 |
+
- llama
|
12 |
+
- gptq
|
13 |
+
inference: false
|
14 |
---
|
15 |
# Koala: A Dialogue Model for Academic Research
|
16 |
This repo contains the weights of the Koala 7B model produced at Berkeley. It is the result of combining the diffs from https://huggingface.co/young-geng/koala with the original Llama 7B model.
|