Instructions to use ydshieh/pt_custom_model_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/pt_custom_model_example with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ydshieh/pt_custom_model_example", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
ydshieh commited on
Commit ·
ca66b47
1
Parent(s): b860da0
add model
Browse files
my_model/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44498ec337a1549be88f5fa00eb0fa4050d10d1658a058bbe9cacc36570c0b68
|
| 3 |
+
size 1023
|