paniniDot commited on
Commit
30e20c0
1 Parent(s): bf4b839

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -576,8 +576,8 @@ from datasets import load_dataset
576
 
577
  ds = load_dataset("paniniDot/sci_lay") # default is 'all' journals
578
  ds = load_dataset("paniniDot/sci_lay", "all") # the same as above
579
- ds = load_dataset("big_patent", "NC") # only 'NC' journal (Nature Communications)
580
- ds = load_dataset("big_patent", codes=["NC", "A"])
581
  ```
582
 
583
 
 
576
 
577
  ds = load_dataset("paniniDot/sci_lay") # default is 'all' journals
578
  ds = load_dataset("paniniDot/sci_lay", "all") # the same as above
579
+ ds = load_dataset("paniniDot/sci_lay", "NC") # only 'NC' journal (Nature Communications)
580
+ ds = load_dataset("paniniDot/sci_lay", codes=["NC", "A"])
581
  ```
582
 
583