Instructions to use Pi3141/alpaca-7b-native-enhanced-ggml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Pi3141/alpaca-7b-native-enhanced-ggml with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("Pi3141/alpaca-7b-native-enhanced-ggml", set_active=True) - Notebooks
- Google Colab
- Kaggle
Upload params.json
Browse files- params.json +1 -0
params.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{ "dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-6, "vocab_size": -1 }
|