Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Lemur 🦥
|
6 |
|
7 |
-
Lemur is a chatbot based on [LLaMA](https://arxiv.org/abs/2302.13971v1) fine-tuned using [LoRA](https://arxiv.org/abs/2106.09685) with several open-sourced datasets.
|
8 |
|
9 |
|
10 |
## Format
|
@@ -19,6 +22,4 @@ prompt = f"""A chat between a curious human and an artificial intelligence assis
|
|
19 |
|
20 |
## Notice
|
21 |
|
22 |
-
Lemur is **specifically** designed and trained for the exclusive purpose of our final project. It is not intended for commercial usage or widespread deployment. Testing and exploration are permitted, but we request that you limit your use to this purpose only. Please respect these guidelines to maintain the integrity of our project and its intended use.
|
23 |
-
|
24 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
---
|
7 |
|
8 |
# Lemur 🦥
|
9 |
|
10 |
+
Lemur is a chatbot based on [LLaMA](https://arxiv.org/abs/2302.13971v1) fine-tuned using [LoRA](https://arxiv.org/abs/2106.09685) with several collected open-sourced datasets.
|
11 |
|
12 |
|
13 |
## Format
|
|
|
22 |
|
23 |
## Notice
|
24 |
|
25 |
+
Lemur is **specifically** designed and trained for the exclusive purpose of our final project. It is not intended for commercial usage or widespread deployment. Testing and exploration are permitted, but we request that you limit your use to this purpose only. Please respect these guidelines to maintain the integrity of our project and its intended use.
|
|
|
|