Instructions to use petra345/StabilityFrontier-ModelRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use petra345/StabilityFrontier-ModelRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="petra345/StabilityFrontier-ModelRepo")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("petra345/StabilityFrontier-ModelRepo") model = AutoModel.from_pretrained("petra345/StabilityFrontier-ModelRepo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Release stability frontier model repository
Browse files- audit/reproducibility_bundle.tar.gz +0 -0
- pytorch_model.bin +1 -3
audit/reproducibility_bundle.tar.gz
CHANGED
|
Binary files a/audit/reproducibility_bundle.tar.gz and b/audit/reproducibility_bundle.tar.gz differ
|
|
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
|
| 2 |
-
oid sha256:965362299a238de576a92dfdd3e32aea7a2bacc94b2c41541c8c9258b923f587
|
| 3 |
-
size 23
|
|
|
|
| 1 |
+
...dummy binary data...
|
|
|
|
|
|