Text Generation
PEFT
Safetensors
dfurman commited on
Commit
ea49cc5
β€’
1 Parent(s): 510c360

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -5,9 +5,9 @@ pipeline_tag: text-generation
5
  license: apache-2.0
6
  ---
7
 
8
- # πŸš€ Falcon-7b-chat-oasst1
9
 
10
- Falcon-7b-chat-oasst1 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,7 +42,7 @@ To prompt the chat model, use the following format:
42
  <bot>:"""
43
  ```
44
 
45
- **Falcon-7b-chat-oasst1**:
46
  ```
47
  Dear friends,
48
 
@@ -62,7 +62,7 @@ Daniel
62
  <bot>:
63
  ```
64
 
65
- **Falcon-7b-chat-oasst1**:
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