Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ pipeline_tag: text-generation
|
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
|
8 |
-
# π Falcon-7b-
|
9 |
|
10 |
-
Falcon-7b-
|
11 |
|
12 |
## Model Summary
|
13 |
|
@@ -42,7 +42,7 @@ To prompt the chat model, use the following format:
|
|
42 |
<bot>:"""
|
43 |
```
|
44 |
|
45 |
-
**
|
46 |
```
|
47 |
Dear friends,
|
48 |
|
@@ -62,7 +62,7 @@ Daniel
|
|
62 |
<bot>:
|
63 |
```
|
64 |
|
65 |
-
**
|
66 |
```
|
67 |
Here are some things to do in San Francisco:
|
68 |
|
|
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
|
8 |
+
# π Falcon-7b-openassistant-peft
|
9 |
|
10 |
+
Falcon-7b-openassistant-peft is a chatbot-like model for dialogue generation. It was built by fine-tuning [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b) on the [OpenAssistant/oasst1](https://huggingface.co/datasets/OpenAssistant/oasst1) dataset. This repo only includes the LoRA adapters from fine-tuning with π€'s [peft](https://github.com/huggingface/peft) package.
|
11 |
|
12 |
## Model Summary
|
13 |
|
|
|
42 |
<bot>:"""
|
43 |
```
|
44 |
|
45 |
+
**falcon-7b-openassistant-peft**:
|
46 |
```
|
47 |
Dear friends,
|
48 |
|
|
|
62 |
<bot>:
|
63 |
```
|
64 |
|
65 |
+
**falcon-7b-openassistant-peft**:
|
66 |
```
|
67 |
Here are some things to do in San Francisco:
|
68 |
|