slhenty commited on
Commit
afc7fbf
1 Parent(s): a73fe7b

adjust code block for python syntax

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ The feature style is specified as a named configuration when loading the dataset
24
 
25
  Load the **cf-nli** dataset
26
 
27
- ```
28
  # if datasets not already in your environment
29
  !pip install datasets
30
 
@@ -44,7 +44,7 @@ ds_train = load_dataset('climate-fever-nli-stsb', 'cf-nli', split='train')
44
 
45
  Load the **cf-nli-nei** dataset
46
 
47
- ```
48
  # if datasets not already in your environment
49
  !pip install datasets
50
 
@@ -64,7 +64,7 @@ ds_train = load_dataset('climate-fever-nli-stsb', 'cf-nli-nei', split='train')
64
 
65
  Load the **cf-stsb** dataset
66
 
67
- ```
68
  # if datasets not already in your environment
69
  !pip install datasets
70
 
 
24
 
25
  Load the **cf-nli** dataset
26
 
27
+ ```python
28
  # if datasets not already in your environment
29
  !pip install datasets
30
 
 
44
 
45
  Load the **cf-nli-nei** dataset
46
 
47
+ ```python
48
  # if datasets not already in your environment
49
  !pip install datasets
50
 
 
64
 
65
  Load the **cf-stsb** dataset
66
 
67
+ ```python
68
  # if datasets not already in your environment
69
  !pip install datasets
70