Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,14 @@ tags:
|
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
| 11 |
# mlx-community/CodeLlama-70b-hf-4bit-MLX
|
| 12 |
This model was converted to MLX format from [`codellama/CodeLlama-70b-hf`]().
|
| 13 |
Refer to the [original model card](https://huggingface.co/codellama/CodeLlama-70b-hf) for more details on the model.
|
|
|
|
|
|
|
|
|
|
| 14 |
## Use with mlx
|
| 15 |
|
| 16 |
```bash
|
|
|
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
|
| 11 |
+

|
| 12 |
+
|
| 13 |
# mlx-community/CodeLlama-70b-hf-4bit-MLX
|
| 14 |
This model was converted to MLX format from [`codellama/CodeLlama-70b-hf`]().
|
| 15 |
Refer to the [original model card](https://huggingface.co/codellama/CodeLlama-70b-hf) for more details on the model.
|
| 16 |
+
|
| 17 |
+
This can be used as base for additional fine-tuning experiments.
|
| 18 |
+
|
| 19 |
## Use with mlx
|
| 20 |
|
| 21 |
```bash
|