Instructions to use TheBloke/MythoLogic-13B-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/MythoLogic-13B-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/MythoLogic-13B-GGML", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -154,7 +154,7 @@ The main objective was to create an all-round model with improved story generati
|
|
| 154 |
|
| 155 |
Below is an illustration to showcase a rough approximation of the gradients I used to create MythoLogic:
|
| 156 |
|
| 157 |
-

|
| 158 |
|
| 159 |
This model primarily uses Alpaca formatting, so for optimal model performance, use:
|
| 160 |
```
|
|
|
|
| 154 |
|
| 155 |
Below is an illustration to showcase a rough approximation of the gradients I used to create MythoLogic:
|
| 156 |
|
| 157 |
+

|
| 158 |
|
| 159 |
This model primarily uses Alpaca formatting, so for optimal model performance, use:
|
| 160 |
```
|