Zhouf23 commited on
Commit
2958670
1 Parent(s): b9c0975

Update dataset_summary.md

Browse files
Files changed (1) hide show
  1. dataset_summary.md +7 -1
dataset_summary.md CHANGED
@@ -1,4 +1,10 @@
1
  ---
2
  license: mit
3
  ---
4
- The data used for x-gc-lam demo
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ The data used for x-gc-lam demo
5
+
6
+ from datasets import load_dataset
7
+
8
+ # If the dataset is gated/private, make sure you have run huggingface-cli login
9
+ dataset = load_dataset("Zhouf23/X-GC-LAM-demo")
10
+