Instructions to use layel2/my-awesome-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use layel2/my-awesome-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("layel2/my-awesome-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Push model using huggingface_hub.
Browse files- config.json +5 -0
- model.safetensors +2 -2
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_channels": 3,
|
| 3 |
+
"hidden_size": 32,
|
| 4 |
+
"num_classes": 10
|
| 5 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4bf2e549cc82e4ad66ba0a36cc503a35523621a68f18afecc6cb1376fc85ac
|
| 3 |
+
size 1920
|