Instructions to use zeroone012012/deta_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeroone012012/deta_custom with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zeroone012012/deta_custom", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d106b1d
1
Parent(s): 1c85e01
add checkpoint
Browse files- config.json +4 -0
- preprocessor_config.json +4 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
| 4 |
+
|
preprocessor_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:615a3f6e929ce76431f67975743f78dea3a3177b937399e128a3b41a5b6faa1c
|
| 3 |
+
size 808168480
|