Datasets:

ArXiv:
License:
jiaye commited on
Commit
206b001
1 Parent(s): 7499f36

Fix the example code.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ from datasets import load_dataset
30
 
31
  # Load only ar-en and ja-en language pairs. Omitting the `languages` argument
32
  # would load all the language pairs.
33
- cvss_c = load_dataset('cvss', 'cvss_c', languages=['ar', 'ja'])
34
 
35
  # Print the structure of the dataset.
36
  print(cvss_c)
 
30
 
31
  # Load only ar-en and ja-en language pairs. Omitting the `languages` argument
32
  # would load all the language pairs.
33
+ cvss_c = load_dataset('google/cvss', 'cvss_c', languages=['ar', 'ja'])
34
 
35
  # Print the structure of the dataset.
36
  print(cvss_c)