cogsci13 commited on
Commit
1458e4a
1 Parent(s): 55d7cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ print(dataset["full"][0])
70
  ```
71
  ### Load Item Metadata
72
  ```python
73
- dataset = load_dataset("cogsci13/Amazon-Reviews-2023-Books-Review", "raw_meta_Books", split="full", trust_remote_code=True)
74
  print(dataset[0])
75
  ```
76
  ```json
 
70
  ```
71
  ### Load Item Metadata
72
  ```python
73
+ dataset = load_dataset("cogsci13/Amazon-Reviews-2023-Books-Review", "raw_review_Books", split="full", trust_remote_code=True)
74
  print(dataset[0])
75
  ```
76
  ```json