Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
- en
|
@@ -7,17 +8,17 @@ language:
|
|
7 |
- ja
|
8 |
- ko
|
9 |
- it
|
|
|
10 |
- fi
|
11 |
pipeline_tag: text-generation
|
|
|
|
|
12 |
tags:
|
13 |
-
-
|
14 |
-
license: other
|
15 |
-
license_name: llama3
|
16 |
-
license_link: https://llama.meta.com/llama3/license/
|
17 |
---
|
18 |
|
19 |
-
# OpenBuddy - Open Multilingual Chatbot
|
20 |
|
|
|
21 |
|
22 |
GitHub and Usage Guide: [https://github.com/OpenBuddy/OpenBuddy](https://github.com/OpenBuddy/OpenBuddy)
|
23 |
|
@@ -27,30 +28,11 @@ Evaluation result of this model: [Evaluation.txt](Evaluation.txt)
|
|
27 |
|
28 |
![Demo](https://raw.githubusercontent.com/OpenBuddy/OpenBuddy/main/media/demo.png)
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
| Category | Parameters |
|
33 |
-
|----------------------|------------|
|
34 |
-
| Embedding Params | 1.11B |
|
35 |
-
| **Non-embedding Params** | 3.65B |
|
36 |
-
|
37 |
-
|
38 |
-
# Use with 🦙Ollama
|
39 |
-
|
40 |
-
```
|
41 |
-
ollama run openbuddy/openbuddy-zen-3b-v21.2
|
42 |
-
```
|
43 |
-
|
44 |
# Copyright Notice
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
License: https://llama.meta.com/llama3/license/
|
49 |
-
|
50 |
-
Acceptable Use Policy: https://llama.meta.com/llama3/use-policy
|
51 |
-
|
52 |
-
This model utilizes the Llama3 vocabulary and is designed and initialized based on the Llama3 architecture. It has been pre-trained and fine-tuned on this foundation. This model is intended for use in English and Chinese.
|
53 |
|
|
|
54 |
|
55 |
# Prompt Format
|
56 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language:
|
4 |
- zh
|
5 |
- en
|
|
|
8 |
- ja
|
9 |
- ko
|
10 |
- it
|
11 |
+
- ru
|
12 |
- fi
|
13 |
pipeline_tag: text-generation
|
14 |
+
inference: false
|
15 |
+
library_name: transformers
|
16 |
tags:
|
17 |
+
- mixtral
|
|
|
|
|
|
|
18 |
---
|
19 |
|
|
|
20 |
|
21 |
+
# OpenBuddy - Open Multilingual Chatbot
|
22 |
|
23 |
GitHub and Usage Guide: [https://github.com/OpenBuddy/OpenBuddy](https://github.com/OpenBuddy/OpenBuddy)
|
24 |
|
|
|
28 |
|
29 |
![Demo](https://raw.githubusercontent.com/OpenBuddy/OpenBuddy/main/media/demo.png)
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
# Copyright Notice
|
32 |
|
33 |
+
Base model: https://huggingface.co/01-ai/Yi-1.5-34B-32K
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
License: Apache 2.0
|
36 |
|
37 |
# Prompt Format
|
38 |
|