achadj commited on
Commit
7233c74
·
verified ·
1 Parent(s): a7051bc

Upload 2 files

Browse files
Files changed (2) hide show
  1. player_vocab.json +0 -0
  2. 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
+ }