matlok commited on
Commit
87fe90f
1 Parent(s): 9e948f5

cleaning up readme and code sample

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -61,7 +61,7 @@ Each base class for each unique class in each module file has a question and ans
61
  {
62
  "audio_path": "string",
63
  "audio_type": "string",
64
- "dbytes": "string",
65
  "dbytes_len": "int64",
66
  "file_path": "string",
67
  "file_path_len": "int64",
@@ -76,7 +76,5 @@ Each base class for each unique class in each module file has a question and ans
76
  ```python
77
  from datasets import load_dataset
78
 
79
- print("loading")
80
  ds = load_dataset("matlok/python-audio-copilot-training-using-inheritance-knowledge-graphs", data_dir="files")
81
- print(ds)
82
  ```
 
61
  {
62
  "audio_path": "string",
63
  "audio_type": "string",
64
+ "dbytes": "binary",
65
  "dbytes_len": "int64",
66
  "file_path": "string",
67
  "file_path_len": "int64",
 
76
  ```python
77
  from datasets import load_dataset
78
 
 
79
  ds = load_dataset("matlok/python-audio-copilot-training-using-inheritance-knowledge-graphs", data_dir="files")
 
80
  ```