Instructions to use sapphomoon/experimental with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapphomoon/experimental with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sapphomoon/experimental", device_map="auto") - fastai
How to use sapphomoon/experimental with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("sapphomoon/experimental") - Notebooks
- Google Colab
- Kaggle
sapphomoon commited on
Commit ·
deab192
1
Parent(s): 1ae3d57
d2
Browse files- alpaca-gpt4 +1 -0
alpaca-gpt4
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit 2d4198467f90eae5c69f5cfdda23470cfad5fac2
|