Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +11 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ultralytics
|
3 |
+
tags:
|
4 |
+
- object-detection
|
5 |
+
- yolov10
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
- model_hub_mixin
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/THU-MIG/yolov10
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "yolov10n.yaml",
|
3 |
+
"names": {
|
4 |
+
"0": "Gun",
|
5 |
+
"1": "Knife",
|
6 |
+
"2": "Pliers",
|
7 |
+
"3": "Scissors",
|
8 |
+
"4": "Wrench"
|
9 |
+
},
|
10 |
+
"task": "detect"
|
11 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe83cbf31e73714a15ceeec4544ee341f90aefcda62ae0c219c919708e4d5523
|
3 |
+
size 10807160
|