glenn-jocher
commited on
Commit
•
3b862a1
1
Parent(s):
45ba465
Update to AGPL-3.0 License
Browse filesIn this PR, we've updated the licensing of the YOLOv8 models on Hugging Face Spaces to AGPL-3.0 to comply with the original project's requirements for derivative works. This essential change ensures this project remains transparent, accessible, and legally sound, fostering an environment of trust and collaboration within the open-source community.
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
tags:
|
4 |
- ultralyticsplus
|
@@ -12,25 +11,22 @@ tags:
|
|
12 |
library_name: ultralytics
|
13 |
library_version: 8.0.21
|
14 |
inference: false
|
15 |
-
|
16 |
datasets:
|
17 |
- keremberke/table-extraction
|
18 |
-
|
19 |
model-index:
|
20 |
- name: keremberke/yolov8m-table-extraction
|
21 |
results:
|
22 |
- task:
|
23 |
type: object-detection
|
24 |
-
|
25 |
dataset:
|
26 |
type: keremberke/table-extraction
|
27 |
name: table-extraction
|
28 |
split: validation
|
29 |
-
|
30 |
metrics:
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
---
|
35 |
|
36 |
<div align="center">
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- ultralyticsplus
|
|
|
11 |
library_name: ultralytics
|
12 |
library_version: 8.0.21
|
13 |
inference: false
|
|
|
14 |
datasets:
|
15 |
- keremberke/table-extraction
|
|
|
16 |
model-index:
|
17 |
- name: keremberke/yolov8m-table-extraction
|
18 |
results:
|
19 |
- task:
|
20 |
type: object-detection
|
|
|
21 |
dataset:
|
22 |
type: keremberke/table-extraction
|
23 |
name: table-extraction
|
24 |
split: validation
|
|
|
25 |
metrics:
|
26 |
+
- type: precision
|
27 |
+
value: 0.95194
|
28 |
+
name: [email protected](box)
|
29 |
+
license: agpl-3.0
|
30 |
---
|
31 |
|
32 |
<div align="center">
|