Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,11 @@ This model is working , but actually untrained : to load the model it requires t
|
|
| 36 |
But also if it does not load then you need to clone the github:
|
| 37 |
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
```
|
| 40 |
! git clone https://github.com/huggingface/transformers.git
|
| 41 |
## copy modeling_mistral.py and configuartion.py to the Transformers foler / Src/models/mistral and overwrite the existing files first:
|
|
|
|
| 36 |
But also if it does not load then you need to clone the github:
|
| 37 |
|
| 38 |
|
| 39 |
+
## AFTER TRAINING
|
| 40 |
+
It does not Save in 16bit !!!
|
| 41 |
+
But it can Save in 4BIT !
|
| 42 |
+
|
| 43 |
+
|
| 44 |
```
|
| 45 |
! git clone https://github.com/huggingface/transformers.git
|
| 46 |
## copy modeling_mistral.py and configuartion.py to the Transformers foler / Src/models/mistral and overwrite the existing files first:
|