Instructions to use TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/LosslessMegaCoder-Llama2-13B-Mini-GGML", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by rombodawg - opened
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
- rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
|
| 4 |
inference: false
|
| 5 |
license: llama2
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
- rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
|
| 4 |
inference: false
|
| 5 |
license: llama2
|