Datasets:
Fix dataset namespace in public usage instructions
Browse files- CITATION.cff +1 -1
- README.md +2 -2
- RELEASE_SHA256 +1 -1
- checksums/sha256sums.txt +2 -2
CITATION.cff
CHANGED
|
@@ -4,7 +4,7 @@ title: "CameraOperator-BlockCam (Synthetic)"
|
|
| 4 |
type: dataset
|
| 5 |
version: 1.0.0
|
| 6 |
license: CC-BY-4.0
|
| 7 |
-
url: "https://huggingface.co/datasets/
|
| 8 |
authors:
|
| 9 |
- family-names: Hu
|
| 10 |
given-names: Zhongyuan
|
|
|
|
| 4 |
type: dataset
|
| 5 |
version: 1.0.0
|
| 6 |
license: CC-BY-4.0
|
| 7 |
+
url: "https://huggingface.co/datasets/huuuuuuuuu/CameraOperator-BlockCam"
|
| 8 |
authors:
|
| 9 |
- family-names: Hu
|
| 10 |
given-names: Zhongyuan
|
README.md
CHANGED
|
@@ -81,7 +81,7 @@ The split is not mode-balanced: `OVERHEAD` has 93 train, 0 validation, and 2 tes
|
|
| 81 |
```python
|
| 82 |
from datasets import load_dataset
|
| 83 |
|
| 84 |
-
dataset = load_dataset("
|
| 85 |
sample = dataset["train"][0]
|
| 86 |
|
| 87 |
print(sample["id"], sample["camera_mode"], sample["user_prompt"])
|
|
@@ -103,7 +103,7 @@ labels/{stem}.json
|
|
| 103 |
Download and extract the raw layer with, for example:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
-
hf download
|
| 107 |
--repo-type dataset \
|
| 108 |
--include "raw/*.tar.zst" \
|
| 109 |
--local-dir CameraOperator-BlockCam
|
|
|
|
| 81 |
```python
|
| 82 |
from datasets import load_dataset
|
| 83 |
|
| 84 |
+
dataset = load_dataset("huuuuuuuuu/CameraOperator-BlockCam")
|
| 85 |
sample = dataset["train"][0]
|
| 86 |
|
| 87 |
print(sample["id"], sample["camera_mode"], sample["user_prompt"])
|
|
|
|
| 103 |
Download and extract the raw layer with, for example:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
+
hf download huuuuuuuuu/CameraOperator-BlockCam \
|
| 107 |
--repo-type dataset \
|
| 108 |
--include "raw/*.tar.zst" \
|
| 109 |
--local-dir CameraOperator-BlockCam
|
RELEASE_SHA256
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
a4655cceec4340013f0259faa260df4e8bfec58956e8afaf27a0500cd1e37d31 checksums/sha256sums.txt
|
checksums/sha256sums.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
9ba9550ad48438d0836ddab3da480b3b69ffa0aac7b7878b5a0039e7ab429411 LICENSE
|
| 3 |
a81d37f899e9fe180aa28846d8d43e806f784279ffe806da2f1de6173c37f90c NOTICE.md
|
| 4 |
-
|
| 5 |
f7fdf23488e8a82697609549e6b0504a90f9804fa613f8ba938df8c4e1c44d4c audits/VALIDATION_SUMMARY.md
|
| 6 |
9e2f7f22c54cef07117a59409d7412ad61f4c7c6462481fb6070ee8065eb7aa1 data/test-00000-of-00001.parquet
|
| 7 |
f84e47a21cf5bddf81df70f08aa7fdb347864d55314cbcbf61ff5f997108a157 data/train-00000-of-00009.parquet
|
|
|
|
| 1 |
+
8b0d79dc566ae7a7656190cf9b102bdef0c16ef9500b37d9cab52e59af731843 CITATION.cff
|
| 2 |
9ba9550ad48438d0836ddab3da480b3b69ffa0aac7b7878b5a0039e7ab429411 LICENSE
|
| 3 |
a81d37f899e9fe180aa28846d8d43e806f784279ffe806da2f1de6173c37f90c NOTICE.md
|
| 4 |
+
490e96698ec20444ef84e7bcbfc1357dfae9157b85834bb193e72b26bacaa573 README.md
|
| 5 |
f7fdf23488e8a82697609549e6b0504a90f9804fa613f8ba938df8c4e1c44d4c audits/VALIDATION_SUMMARY.md
|
| 6 |
9e2f7f22c54cef07117a59409d7412ad61f4c7c6462481fb6070ee8065eb7aa1 data/test-00000-of-00001.parquet
|
| 7 |
f84e47a21cf5bddf81df70f08aa7fdb347864d55314cbcbf61ff5f997108a157 data/train-00000-of-00009.parquet
|