CreitinGameplays
commited on
Commit
•
7de8e48
1
Parent(s):
bf43f6a
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ language:
|
|
9 |
---
|
10 |
## BLOOM 3b Fine-tuned for Chat Assistant
|
11 |
|
12 |
-
**Model Name:**
|
13 |
|
14 |
**Model Architecture:** bloom
|
15 |
|
16 |
-
**Short Description:** This model is a fine-tuned version of the BLOOM 3b large language model, focusing on conversational interactions between a user and an AI assistant.
|
17 |
|
18 |
**Intended Use:** This model is intended for research purposes and exploration of conversational AI applications. It can be used for tasks like:
|
19 |
|
@@ -29,7 +29,7 @@ language:
|
|
29 |
|
30 |
**Specific Input Format:**
|
31 |
|
32 |
-
The model was fine-tuned using a specific input format that
|
33 |
|
34 |
```
|
35 |
<|system|> {system prompt} </s> <|prompter|> {user prompt} </s> <|assistant|> </s> {model prediction} ```
|
|
|
9 |
---
|
10 |
## BLOOM 3b Fine-tuned for Chat Assistant
|
11 |
|
12 |
+
**Model Name:** bloom-3b-conversational
|
13 |
|
14 |
**Model Architecture:** bloom
|
15 |
|
16 |
+
**Short Description:** This model is a fine-tuned version of the BLOOM 3b large language model, focusing on conversational interactions between a user and an AI assistant.
|
17 |
|
18 |
**Intended Use:** This model is intended for research purposes and exploration of conversational AI applications. It can be used for tasks like:
|
19 |
|
|
|
29 |
|
30 |
**Specific Input Format:**
|
31 |
|
32 |
+
The model was fine-tuned using a specific input format that goes like this:
|
33 |
|
34 |
```
|
35 |
<|system|> {system prompt} </s> <|prompter|> {user prompt} </s> <|assistant|> </s> {model prediction} ```
|