Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
yuzhen17 commited on
Commit
fa36e5f
1 Parent(s): dbcb955

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ We find that LLMs’ intelligence – reflected by benchmark scores – almost *
19
  ### Load the data
20
  ```python
21
  from datasets import load_dataset
22
- dataset=load_dataset(r"hkust-nlp/cpt",name="python")
23
 
24
  print(dataset['test'][0])
25
  ```
 
19
  ### Load the data
20
  ```python
21
  from datasets import load_dataset
22
+ dataset=load_dataset(r"hkust-nlp/llm-compression",name="python")
23
 
24
  print(dataset['test'][0])
25
  ```