Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image_id
|
5 |
+
dtype: int64
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: width
|
9 |
+
dtype: int32
|
10 |
+
- name: height
|
11 |
+
dtype: int32
|
12 |
+
- name: objects
|
13 |
+
sequence:
|
14 |
+
- name: id
|
15 |
+
dtype: int64
|
16 |
+
- name: area
|
17 |
+
dtype: int64
|
18 |
+
- name: bbox
|
19 |
+
sequence: float32
|
20 |
+
length: 4
|
21 |
+
- name: category
|
22 |
+
dtype:
|
23 |
+
class_label:
|
24 |
+
names:
|
25 |
+
'0': characters
|
26 |
+
'1': Akali
|
27 |
+
'2': Blitzcrank
|
28 |
+
'3': Braum
|
29 |
+
'4': Caitlyn
|
30 |
+
'5': Camille
|
31 |
+
'6': Cho-Gath
|
32 |
+
'7': Darius
|
33 |
+
'8': Dr- Mundo
|
34 |
+
'9': Ekko
|
35 |
+
'10': Ezreal
|
36 |
+
'11': Fiora
|
37 |
+
'12': Galio
|
38 |
+
'13': Gankplank
|
39 |
+
'14': Garen
|
40 |
+
'15': Graves
|
41 |
+
'16': Heimerdinger
|
42 |
+
'17': Illaoi
|
43 |
+
'18': Janna
|
44 |
+
'19': Jayce
|
45 |
+
'20': Jhin
|
46 |
+
'21': Jinx
|
47 |
+
'22': Kai-Sa
|
48 |
+
'23': Kassadin
|
49 |
+
'24': Katarina
|
50 |
+
'25': Kog-Maw
|
51 |
+
'26': Leona
|
52 |
+
'27': Lissandra
|
53 |
+
'28': Lulu
|
54 |
+
'29': Lux
|
55 |
+
'30': Malzahar
|
56 |
+
'31': Miss Fortune
|
57 |
+
'32': Orianna
|
58 |
+
'33': Poppy
|
59 |
+
'34': Quinn
|
60 |
+
'35': Samira
|
61 |
+
'36': Seraphine
|
62 |
+
'37': Shaco
|
63 |
+
'38': Singed
|
64 |
+
'39': Sion
|
65 |
+
'40': Swain
|
66 |
+
'41': Tahm Kench
|
67 |
+
'42': Talon
|
68 |
+
'43': Taric
|
69 |
+
'44': Tristana
|
70 |
+
'45': Trundle
|
71 |
+
'46': Twisted Fate
|
72 |
+
'47': Twitch
|
73 |
+
'48': Urgot
|
74 |
+
'49': Veigar
|
75 |
+
'50': Vex
|
76 |
+
'51': Vi
|
77 |
+
'52': Viktor
|
78 |
+
'53': Warwick
|
79 |
+
'54': Yone
|
80 |
+
'55': Yuumi
|
81 |
+
'56': Zac
|
82 |
+
'57': Ziggs
|
83 |
+
'58': Zilean
|
84 |
+
'59': Zyra
|
85 |
+
splits:
|
86 |
+
- name: train
|
87 |
+
num_bytes: 140953202.042
|
88 |
+
num_examples: 1162
|
89 |
+
download_size: 140936506
|
90 |
+
dataset_size: 140953202.042
|
91 |
+
---
|
92 |
+
# Dataset Card for "team-fight-tactics"
|
93 |
+
|
94 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|