luist18 commited on
Commit
28d3113
1 Parent(s): 8bd71ad

Update ptparl.py

Browse files
Files changed (1) hide show
  1. ptparl.py +1 -1
ptparl.py CHANGED
@@ -73,7 +73,7 @@ class PTPARL(datasets.GeneratorBasedBuilder):
73
  ]
74
  ),
75
  "wing": datasets.features.ClassLabel(
76
- names=["CENTER", "LEAN_RIGHT", "LEFT", "LEAN_LEFT", "RIGHT"]
77
  ),
78
  }
79
  )
 
73
  ]
74
  ),
75
  "wing": datasets.features.ClassLabel(
76
+ names=["LEFT", "LEAN_LEFT", "CENTER", "LEAN_RIGHT", "RIGHT"]
77
  ),
78
  }
79
  )