Instructions to use trongncmtw/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use trongncmtw/test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="trongncmtw/test") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("trongncmtw/test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ba3c19b
1
Parent(s): 2fb5a12
Upload dataset.zip
Browse files- dataset.zip +3 -0
dataset.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91fd7d6a368074201e34d3ac83bbafa5468f79cc743814a39bb52c0fd7222975
|
| 3 |
+
size 6075729
|