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