Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,24 @@ pipeline_tag: translation
|
|
21 |
# mlx-community/TowerInstruct-v0.1-bfloat16-mlx
|
22 |
This model was converted to MLX format from [`Unbabel/TowerInstruct-v0.1`]().
|
23 |
Refer to the [original model card](https://huggingface.co/Unbabel/TowerInstruct-v0.1) for more details on the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Use with mlx
|
25 |
|
26 |
```bash
|
|
|
21 |
# mlx-community/TowerInstruct-v0.1-bfloat16-mlx
|
22 |
This model was converted to MLX format from [`Unbabel/TowerInstruct-v0.1`]().
|
23 |
Refer to the [original model card](https://huggingface.co/Unbabel/TowerInstruct-v0.1) for more details on the model.
|
24 |
+
|
25 |
+
## Intended uses & limitations (from the [original model card](https://huggingface.co/Unbabel/TowerInstruct-v0.1))
|
26 |
+
|
27 |
+
The model was initially fine-tuned on a filtered and preprocessed supervised fine-tuning dataset ([TowerBlocks](https://huggingface.co/datasets/Unbabel/TowerBlocks-v0.1)), which contains a diverse range of data sources:
|
28 |
+
- Translation (sentence and paragraph-level)
|
29 |
+
- Automatic Post Edition
|
30 |
+
- Machine Translation Evaluation
|
31 |
+
- Context-aware Translation
|
32 |
+
- Terminology-aware Translation
|
33 |
+
- Multi-reference Translation
|
34 |
+
- Named-entity Recognition
|
35 |
+
- Paraphrase Generation
|
36 |
+
- Synthetic Chat data
|
37 |
+
- Code instructions
|
38 |
+
|
39 |
+
You can find the dataset and all data sources of [TowerBlocks](https://huggingface.co/datasets/Unbabel/TowerBlocks-v0.1) here.
|
40 |
+
|
41 |
+
|
42 |
## Use with mlx
|
43 |
|
44 |
```bash
|