Instructions to use kouki321/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kouki321/model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kouki321/model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 448 Bytes
01bc06f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"spacy_version":">=3.7.6,<3.8.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_git_version":"319e025",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null,
"mode":"default"
},
"labels":{
},
"pipeline":[
"keras_image_classifier"
],
"components":[
"keras_image_classifier"
],
"disabled":[
]
} |