Commit
·
78a4a3d
1
Parent(s):
c16eaaf
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,31 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
6 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_l3utterfly__open-llama-3b-v2-layla)
|
7 |
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# Model Card
|
6 |
+
|
7 |
+
### Model Description
|
8 |
+
|
9 |
+
OpenLlama 3B fine-tuned using OpenChat + ShareGPT datasets for multi-turn conversations.
|
10 |
+
|
11 |
+
- **Developed by:** l3utterfly
|
12 |
+
- **Funded by:** Layla Network
|
13 |
+
- **Model type:** OpenLlama
|
14 |
+
- **Language(s) (NLP):** English
|
15 |
+
- **License:** Llama2
|
16 |
+
- **Finetuned from model:** OpenLlama 3B
|
17 |
+
|
18 |
+
## Uses
|
19 |
+
|
20 |
+
Base model used by Layla - the offline personal assistant: https://www.layla-network.ai
|
21 |
+
|
22 |
+
Help & support: https://discord.gg/x546YJ6nYC
|
23 |
+
|
24 |
+
Prompt:
|
25 |
+
```
|
26 |
+
User:
|
27 |
+
Assistant:
|
28 |
+
```
|
29 |
+
|
30 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
31 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_l3utterfly__open-llama-3b-v2-layla)
|
32 |
|