Update README.md
Browse files
README.md
CHANGED
@@ -12,31 +12,29 @@ tags:
|
|
12 |
# Model Card: Minimalist Assistant
|
13 |
|
14 |
## Model Details
|
15 |
-
- **
|
16 |
-
- **
|
17 |
-
- **Base Model**: Mistral Instruct
|
18 |
-
- **Tokenizer**: Custom (based on Mistral Instruct)
|
19 |
|
20 |
## Intended Use
|
21 |
- As Editor Assistant for revision and paraphrasing
|
|
|
22 |
|
23 |
## Training Data
|
24 |
-
- **Initial Training**: 14,000 conversations in minimalist style
|
25 |
-
-
|
|
|
26 |
|
27 |
## Performance and Limitations
|
28 |
-
- **Strengths**:
|
29 |
-
- Optimized for generating concise content
|
30 |
-
- Specialized in rewriting and paraphrasing tasks
|
31 |
- **Limitations**:
|
32 |
-
- May produce shorter outputs compared to
|
33 |
-
- Potential biases
|
34 |
|
35 |
## Ethical Considerations
|
36 |
- Designed for daily use, potential biases from training data should be considered
|
37 |
-
-
|
38 |
|
39 |
## Additional Information
|
40 |
- Fine-tuned to address limitations in writing tasks observed in other models
|
41 |
- Personalized for everyday use cases
|
42 |
- Motivation for development was to create a model better suited for writing tasks, as existing models were found lacking in this area
|
|
|
|
12 |
# Model Card: Minimalist Assistant
|
13 |
|
14 |
## Model Details
|
15 |
+
- **Base Model**: Mistral Instruct v2
|
16 |
+
- **Tokenizer**: based on Mistral Instruction following
|
|
|
|
|
17 |
|
18 |
## Intended Use
|
19 |
- As Editor Assistant for revision and paraphrasing
|
20 |
+
- Avoids technical jargon in favor of clear and accessible language
|
21 |
|
22 |
## Training Data
|
23 |
+
- **Initial Training**: 14,000 conversations in minimalist style and more accessible language
|
24 |
+
- Dataset: kevin009/system-defined-sft-llama3-14k
|
25 |
+
- **Further Training**: 8,000 revision conversations to enhance rewriting and paraphrasing tasks.
|
26 |
|
27 |
## Performance and Limitations
|
|
|
|
|
|
|
28 |
- **Limitations**:
|
29 |
+
- May produce shorter outputs compared to original version.
|
30 |
+
- Potential biases
|
31 |
|
32 |
## Ethical Considerations
|
33 |
- Designed for daily use, potential biases from training data should be considered
|
34 |
+
- The model does not have implemented safety measures to prevent generation of potentially harmful or offensive content
|
35 |
|
36 |
## Additional Information
|
37 |
- Fine-tuned to address limitations in writing tasks observed in other models
|
38 |
- Personalized for everyday use cases
|
39 |
- Motivation for development was to create a model better suited for writing tasks, as existing models were found lacking in this area
|
40 |
+
- SFT fine-tuned model
|