projectlosangeles commited on
Commit
347e05e
·
verified ·
1 Parent(s): 39076b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,7 +30,7 @@ task_categories:
30
 
31
  ## Dataset features
32
 
33
- ### 1) Over 5.63M+ unique, de-duped and normalized MIDIs
34
  ### 2) Each MIDI was converted to proper MIDI format specification and checked for integrity
35
  ### 3) Dataset was de-duped twice: by md5 hashes and by pitches-patches counts
36
  ### 4) Extensive and comprehansive (meta)data was collected from all MIDIs in the dataset
@@ -61,7 +61,7 @@ task_categories:
61
 
62
  ```sh
63
  # The following command will install Godzilla MIDI Dataset for fast GPU search
64
- # Please note that GPU search requires at least 24GB GPU VRAM for full searches
65
 
66
  !pip install -U godzillamididataset[gpu]
67
  ```
 
30
 
31
  ## Dataset features
32
 
33
+ ### 1) Over 5.8M+ unique, de-duped and normalized MIDIs
34
  ### 2) Each MIDI was converted to proper MIDI format specification and checked for integrity
35
  ### 3) Dataset was de-duped twice: by md5 hashes and by pitches-patches counts
36
  ### 4) Extensive and comprehansive (meta)data was collected from all MIDIs in the dataset
 
61
 
62
  ```sh
63
  # The following command will install Godzilla MIDI Dataset for fast GPU search
64
+ # Please note that GPU search requires at least 30GB GPU VRAM for full searches at float16 precision
65
 
66
  !pip install -U godzillamididataset[gpu]
67
  ```