Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +5 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
pipeline_tag: object-detection
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/opendatalab/DocLayout-YOLO
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "/root/.cache/huggingface/hub/models--juliozhao--DocLayout-YOLO-D4LA-from_scratch/snapshots/c370bf6e7b9cbd491b899322b87212ab8a8c23d7/doclayout_yolo_d4la_imgsz1600_from_scratch.pt",
|
3 |
+
"task": null,
|
4 |
+
"verbose": false
|
5 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b211ccfc2e09f175f0dd0a9a4c7da82b85c765b7e76244577e0af73e03a87ff4
|
3 |
+
size 80443456
|