CreitinGameplays commited on
Commit
7de8e48
1 Parent(s): bf43f6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,11 +9,11 @@ language:
9
  ---
10
  ## BLOOM 3b Fine-tuned for Chat Assistant
11
 
12
- **Model Name:** BLOOM 3b
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. The fine-tuning process leveraged two datasets: "vicgalle/alpaca-gpt4" and "CreitinGameplays/small-chat-assistant-for-bloom". These datasets provided examples of question-and-answer exchanges and dialogues between users and AI assistants.
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 separates the system prompt, user prompt, and assistant response with special tokens:
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} ```