lastrucci01 commited on
Commit
bfd81c0
1 Parent(s): 9064e7f

added an test.py

Browse files
Files changed (1) hide show
  1. testing.py +2 -9
testing.py CHANGED
@@ -1,9 +1,2 @@
1
- # from datasets import load_dataset
2
- # dataset = load_dataset('vukuzenzele-sentence-aligned.py', 'aligned-afr-eng.jsonl')
3
-
4
- from itertools import combinations
5
- from pprint import pprint
6
- LANGUAGES = ['afr', 'eng', 'nbl', 'nso', 'sot', 'ssw', 'tsn', 'tso', 'ven', 'xho', 'zul']
7
- LANGUAGE_PAIRS = list(combinations(LANGUAGES, 2))
8
-
9
- pprint(LANGUAGE_PAIRS)
 
1
+ from datasets import load_dataset
2
+ dataset = load_dataset('vukuzenzele-sentence-aligned.py', 'aligned-afr-eng.jsonl')