Upload 2 files
Browse files- player_vocab.json +0 -0
- position_vocab.json +17 -0
player_vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
position_vocab.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"AM": 0,
|
| 3 |
+
"CB": 1,
|
| 4 |
+
"CM": 2,
|
| 5 |
+
"DF": 3,
|
| 6 |
+
"DM": 4,
|
| 7 |
+
"FW": 5,
|
| 8 |
+
"GK": 6,
|
| 9 |
+
"LB": 7,
|
| 10 |
+
"LM": 8,
|
| 11 |
+
"LW": 9,
|
| 12 |
+
"MF": 10,
|
| 13 |
+
"RB": 11,
|
| 14 |
+
"RM": 12,
|
| 15 |
+
"RW": 13,
|
| 16 |
+
"WB": 14
|
| 17 |
+
}
|