akorson commited on
Commit
b175594
1 Parent(s): 0e8c6d3
Files changed (1) hide show
  1. nllb +3 -0
nllb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from datasets import load_dataset
2
+
3
+ dataset = load_dataset("allenai/nllb")