Fix the example code.
Browse files
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)
|