anonuser231357 commited on
Commit
e7c98f6
·
verified ·
1 Parent(s): b7c4ac0

Align README name with repo slug (pl-*-nips)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,7 +20,7 @@ size_categories:
20
  - 100K<n<1M
21
  ---
22
 
23
- # paperlens-vision
24
 
25
  Vision version of the **OpenReview-ICLR** and **arXiv** PaperLens datasets.
26
  Anonymous release for double-blind review.
@@ -40,8 +40,8 @@ any of the publishable vision keys.
40
 
41
  ```python
42
  from datasets import load_dataset
43
- ds_arxiv = load_dataset("anonuser231357/paperlens-vision", "arxiv", split="papers")
44
- ds_iclr = load_dataset("anonuser231357/paperlens-vision", "openreview-iclr", split="papers")
45
  ```
46
 
47
  ## Schema
@@ -64,7 +64,7 @@ byte-identically from this dataset. Point `--hf_vision_repo` at this repo:
64
 
65
  ```bash
66
  python scripts/reconstruction.py \
67
- --hf_vision_repo anonuser231357/paperlens-vision \
68
  --dataset_keys arxiv_50_50_balanced_per_venue_vision_wmetadata_filtered24480_train
69
  ```
70
 
 
20
  - 100K<n<1M
21
  ---
22
 
23
+ # pl-vision-nips
24
 
25
  Vision version of the **OpenReview-ICLR** and **arXiv** PaperLens datasets.
26
  Anonymous release for double-blind review.
 
40
 
41
  ```python
42
  from datasets import load_dataset
43
+ ds_arxiv = load_dataset("anonuser231357/pl-vision-nips", "arxiv", split="papers")
44
+ ds_iclr = load_dataset("anonuser231357/pl-vision-nips", "openreview-iclr", split="papers")
45
  ```
46
 
47
  ## Schema
 
64
 
65
  ```bash
66
  python scripts/reconstruction.py \
67
+ --hf_vision_repo anonuser231357/pl-vision-nips \
68
  --dataset_keys arxiv_50_50_balanced_per_venue_vision_wmetadata_filtered24480_train
69
  ```
70