Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ base_model:
|
|
5 |
- mistralai/Mistral-Nemo-Base-2407
|
6 |
---
|
7 |
|
8 |
-

|
9 |
|
10 |
# Zinakha-12b 🧙♂️
|
11 |
|
|
|
46 |
## Additional Information
|
47 |
For more details on the base model and constituent models, please refer to their respective model cards and documentation.
|
48 |
|
49 |
+
## How to Use
|
50 |
```python
|
51 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
52 |
|