dimzog commited on
Commit
4459f50
1 Parent(s): de9e605

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -39,6 +39,13 @@ source .venv/bin/activate
39
  pip3 install numpy pandas geopandas rasterio rioxarray xarray netCDF4 h5netcdf transformers datasets
40
  ```
41
 
 
 
 
 
 
 
 
42
  #### Load dataset
43
  ```
44
  from datasets import load_dataset
 
39
  pip3 install numpy pandas geopandas rasterio rioxarray xarray netCDF4 h5netcdf transformers datasets
40
  ```
41
 
42
+ #### Setup more libraries, if you want to check a minimum working example ()
43
+ ```
44
+ pip3 evaluate accelerate matplotlib
45
+ ```
46
+
47
+ for this, you should also have a version of PyTorch installed: https://pytorch.org/
48
+
49
  #### Load dataset
50
  ```
51
  from datasets import load_dataset