Delete spec_app.zip
#11
by
mori8
- opened
- .gitattributes +3 -0
- README.md +2 -3
- dataset.croissant.json +31 -0
- panorama.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
panorama.parquet filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
spec_app.zip filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
spec_cited.zip filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-
|
| 3 |
-
---
|
| 4 |
-
Dataset link is updated. https://huggingface.co/datasets/LG-AI-Research/PANORAMA
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
|
|
dataset.croissant.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": "https://mlcommons.org/croissant/context.json",
|
| 3 |
+
"@type": "Dataset",
|
| 4 |
+
"name": "PANORAMA Patent Dataset",
|
| 5 |
+
"description": "Parquet metadata and zipped full specs of patent applications and citations.",
|
| 6 |
+
"license": "https://creativecommons.org/licenses/by-nc/4.0/",
|
| 7 |
+
"distribution": {
|
| 8 |
+
"encodingFormat": "application/x-parquet",
|
| 9 |
+
"contentUrl": "panorama.parquet"
|
| 10 |
+
},
|
| 11 |
+
"resources": [
|
| 12 |
+
{
|
| 13 |
+
"@type": "FileObject",
|
| 14 |
+
"name": "metadata",
|
| 15 |
+
"encodingFormat": "application/x-parquet",
|
| 16 |
+
"path": "panorama.parquet"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"@type": "FileObject",
|
| 20 |
+
"name": "application_specs",
|
| 21 |
+
"encodingFormat": "application/zip",
|
| 22 |
+
"path": "spec_app.zip"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"@type": "FileObject",
|
| 26 |
+
"name": "cited_specs",
|
| 27 |
+
"encodingFormat": "application/zip",
|
| 28 |
+
"path": "spec_cited.zip"
|
| 29 |
+
}
|
| 30 |
+
]
|
| 31 |
+
}
|
panorama.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:827a3940e52dae76ac6749528c93019d7fe2fcba90d817063a1a397018861aa9
|
| 3 |
+
size 167031631
|