hbx commited on
Commit
05ded91
1 Parent(s): 0a7bdc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -8,7 +8,13 @@ datasets:
8
 
9
  # Model Card for Mistral-Interact
10
 
11
- Mistral-Interact is a powerful and robust variant of Mistral, capable of judging the vagueness of user instruction, actively querying for missing details with suggestions, and explicitly summarizing the detailed and clear user intentions. It has the following features:
 
 
 
 
 
 
12
  - **Better understanding of user judgments:** Among all the open-source models, Mistral-Interact is the best at predicting task vagueness and missing details that users regard as necessary.
13
  - **Comprehensive summarization of user intentions:** Mistral-Interact is effective in making an explicit and comprehensive summary based on detailed user intentions.
14
  - **Enhanced model-user interaction experience:** Mistral-Interact inquires about missing details in vague tasks more reasonably and friendly than other open-source models, thus promoting a clearer understanding of the user’s implicit intentions.
 
8
 
9
  # Model Card for Mistral-Interact
10
 
11
+ - Base IN3: https://huggingface.co/datasets/hbx/IN3
12
+ - IN3-interaction: https://huggingface.co/datasets/hbx/IN3-interaction
13
+ - Paper: https://arxiv.org/abs/2402.09205
14
+ - Model: https://huggingface.co/hbx/Mistral-Interact
15
+ - Repo: https://github.com/HBX-hbx/Mistral-Interact
16
+
17
+ Using the [constructed interaction data](https://huggingface.co/datasets/hbx/IN3-interaction), we adapt Mistral-7B into Mistral-Interact, a powerful and robust variant of Mistral, capable of judging the vagueness of user instruction, actively querying for missing details with suggestions, and explicitly summarizing the detailed and clear user intentions. It has the following features:
18
  - **Better understanding of user judgments:** Among all the open-source models, Mistral-Interact is the best at predicting task vagueness and missing details that users regard as necessary.
19
  - **Comprehensive summarization of user intentions:** Mistral-Interact is effective in making an explicit and comprehensive summary based on detailed user intentions.
20
  - **Enhanced model-user interaction experience:** Mistral-Interact inquires about missing details in vague tasks more reasonably and friendly than other open-source models, thus promoting a clearer understanding of the user’s implicit intentions.