Instructions to use willco-afk/tree-test-x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use willco-afk/tree-test-x with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://willco-afk/tree-test-x") - Notebooks
- Google Colab
- Kaggle
Delete config.json
Browse files- config.json +0 -14
config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"TFAutoModelForImageClassification"
|
| 4 |
-
],
|
| 5 |
-
"model_type": "TFAutoModelForImageClassification",
|
| 6 |
-
"id2label": {
|
| 7 |
-
"0": "undecorated",
|
| 8 |
-
"1": "decorated"
|
| 9 |
-
},
|
| 10 |
-
"label2id": {
|
| 11 |
-
"undecorated": 0,
|
| 12 |
-
"decorated": 1
|
| 13 |
-
}
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|