Create model_card.yaml
Browse files- model_card.yaml +22 -0
model_card.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: []
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- pytorch
|
| 6 |
+
- image-segmentation
|
| 7 |
+
- sam
|
| 8 |
+
- glove
|
| 9 |
+
- baseball
|
| 10 |
+
- computer-vision
|
| 11 |
+
- custom-model
|
| 12 |
+
library_name: pytorch
|
| 13 |
+
datasets:
|
| 14 |
+
- custom
|
| 15 |
+
metrics:
|
| 16 |
+
- dice
|
| 17 |
+
- iou
|
| 18 |
+
inference: false
|
| 19 |
+
widget: []
|
| 20 |
+
model-index:
|
| 21 |
+
- name: glove_labelling
|
| 22 |
+
results: []
|