hbx commited on
Commit
c1f2bfd
1 Parent(s): fcc6202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -8,4 +8,10 @@ datasets:
8
 
9
  # Model Card for Mistral-Interact
10
 
 
 
 
 
 
 
11
  We utilize the [model-center](https://github.com/OpenBMB/ModelCenter) framework to conduct full-parameter fine-tuning of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) using [Intention-in-Interaction(IN3)](https://huggingface.co/datasets/hbx/IN3) dataset on two 80GB A800s. For full details and the usage of this model please read our [paper](https://arxiv.org/abs/2402.09205) and [repo](https://github.com/HBX-hbx/Mistral-Interact).
 
8
 
9
  # Model Card for Mistral-Interact
10
 
11
+ Mistral-Interact is a powerful and robust variant or 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.
15
+ - **Comparable performance with closed-source GPT-4:** We prove that smaller-scale model experts can approach or even exceed general-purpose large-scale models across various aspects including vagueness judgment, comprehensiveness of summaries, and friendliness of interaction.
16
+
17
  We utilize the [model-center](https://github.com/OpenBMB/ModelCenter) framework to conduct full-parameter fine-tuning of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) using [Intention-in-Interaction(IN3)](https://huggingface.co/datasets/hbx/IN3) dataset on two 80GB A800s. For full details and the usage of this model please read our [paper](https://arxiv.org/abs/2402.09205) and [repo](https://github.com/HBX-hbx/Mistral-Interact).