Instructions to use manar21/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use manar21/model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://manar21/model") - Notebooks
- Google Colab
- Kaggle
Delete config.yaml
Browse files- config.yaml +0 -17
config.yaml
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
names:
|
| 2 |
-
- '0'
|
| 3 |
-
- '1'
|
| 4 |
-
- '2'
|
| 5 |
-
- '3'
|
| 6 |
-
- '4'
|
| 7 |
-
- '5'
|
| 8 |
-
nc: 6
|
| 9 |
-
roboflow:
|
| 10 |
-
license: CC BY 4.0
|
| 11 |
-
project: alahram
|
| 12 |
-
url: https://universe.roboflow.com/manar-abdelrahman/alahram/dataset/2
|
| 13 |
-
version: 2
|
| 14 |
-
workspace: manar-abdelrahman
|
| 15 |
-
test: ../test/images
|
| 16 |
-
train: /content/AlAhram-2/train/images
|
| 17 |
-
val: /content/AlAhram-2/valid/images
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|