filipsedivy
commited on
Commit
•
415a891
1
Parent(s):
3459946
Add config
Browse files- config.json +4 -0
config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels": ["Nature", "Other", "Person", "Person half naked", "Person naked"],
|
3 |
+
"id2label": {"0": "Nature", "1": "Other", "2": "Person", "3": "Person half naked", "4": "Person naked"}
|
4 |
+
}
|