Instructions to use JoPmt/absflic8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoPmt/absflic8 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JoPmt/absflic8", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update model_index.json
Browse files- model_index.json +1 -1
model_index.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"transformers",
|
| 7 |
"CLIPFeatureExtractor"
|
| 8 |
],
|
| 9 |
-
"requires_safety_checker":
|
| 10 |
"safety_checker": [
|
| 11 |
null,
|
| 12 |
null
|
|
|
|
| 6 |
"transformers",
|
| 7 |
"CLIPFeatureExtractor"
|
| 8 |
],
|
| 9 |
+
"requires_safety_checker": False,
|
| 10 |
"safety_checker": [
|
| 11 |
null,
|
| 12 |
null
|