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 ·
69c0619
1
Parent(s): deab192
data2
Browse files- rlhf-reward-datasets +1 -0
rlhf-reward-datasets
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Subproject commit eaf94e802d241351cf3f12bc2d221d108ff5d8f1
|