mabughali commited on
Commit
dd2516a
·
verified ·
1 Parent(s): 8c573f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,11 +26,11 @@ configs:
26
 
27
  ### How to use:
28
 
29
- ```
30
  pip install datasets
31
  ```
32
 
33
- ```
34
  dataset = load_dataset("mabughali/miia-pothole-train", split="train")
35
  splits = dataset.train_test_split(test_size=0.2)
36
  train_ds = splits['train']
 
26
 
27
  ### How to use:
28
 
29
+ ```python
30
  pip install datasets
31
  ```
32
 
33
+ ```python
34
  dataset = load_dataset("mabughali/miia-pothole-train", split="train")
35
  splits = dataset.train_test_split(test_size=0.2)
36
  train_ds = splits['train']