Instructions to use zeroone012012/detr_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeroone012012/detr_custom with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zeroone012012/detr_custom", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8ac385f
1
Parent(s): 0bd6f10
Update checkpoint
Browse files- config.json +4 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
| 4 |
+
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47a5119d2f1e133aaa6882dd19af14a392537706beb40649acb2a7f720b83a17
|
| 3 |
+
size 311226866
|