Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.1
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
5 |
+
library_name: mlx
|
6 |
+
---
|
7 |
+
|
8 |
+
Fine-tuned model for RetrieverApp to predict data_type and organism for GEO entries.
|
9 |
+
|
10 |
+
Based on Llama3.1 8B-IT. Converted to mlx (for Apple Silicon) format. Quantized (4bits).
|