Update README.md
Browse files
README.md
CHANGED
|
@@ -3,16 +3,19 @@ license: apache-2.0
|
|
| 3 |
base_model: hustvl/yolos-tiny
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
datasets:
|
| 7 |
- nfl-object-detection
|
| 8 |
model-index:
|
| 9 |
- name: yolos-tiny-NFL_Object_Detection
|
| 10 |
results: []
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
-
|
| 16 |
# yolos-tiny-NFL_Object_Detection
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-tiny) on the nfl-object-detection dataset.
|
|
@@ -21,6 +24,8 @@ This model is a fine-tuned version of [hustvl/yolos-tiny](https://huggingface.co
|
|
| 21 |
|
| 22 |
More information needed
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
| 26 |
More information needed
|
|
@@ -44,11 +49,9 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
### Framework versions
|
| 50 |
|
| 51 |
- Transformers 4.31.0
|
| 52 |
- Pytorch 2.0.1+cu118
|
| 53 |
- Datasets 2.14.1
|
| 54 |
-
- Tokenizers 0.13.3
|
|
|
|
| 3 |
base_model: hustvl/yolos-tiny
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
- NFL
|
| 7 |
+
- Sports
|
| 8 |
+
- Helmets
|
| 9 |
datasets:
|
| 10 |
- nfl-object-detection
|
| 11 |
model-index:
|
| 12 |
- name: yolos-tiny-NFL_Object_Detection
|
| 13 |
results: []
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
pipeline_tag: object-detection
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
# yolos-tiny-NFL_Object_Detection
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [hustvl/yolos-tiny](https://huggingface.co/hustvl/yolos-tiny) on the nfl-object-detection dataset.
|
|
|
|
| 24 |
|
| 25 |
More information needed
|
| 26 |
|
| 27 |
+
** If you plan on fine-tuning an Object Detection model on the NFL Helmet detection dataset, I would recommend using (at least) the Yolos-small checkpoint.
|
| 28 |
+
|
| 29 |
## Intended uses & limitations
|
| 30 |
|
| 31 |
More information needed
|
|
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
|
|
|
|
|
|
| 52 |
### Framework versions
|
| 53 |
|
| 54 |
- Transformers 4.31.0
|
| 55 |
- Pytorch 2.0.1+cu118
|
| 56 |
- Datasets 2.14.1
|
| 57 |
+
- Tokenizers 0.13.3
|