Datasets:
Update cogtext.py
Browse files- cogtext.py +2 -2
cogtext.py
CHANGED
@@ -23,14 +23,14 @@ _HOMEPAGE = "https://github.com/morteza/cogtext"
|
|
23 |
_LICENSE = "CC-BY-4.0"
|
24 |
|
25 |
_URLS = [
|
26 |
-
"pubmed/
|
27 |
]
|
28 |
|
29 |
|
30 |
class CogText(datasets.GeneratorBasedBuilder):
|
31 |
"""S collection of PubMed abstracts, along with their GPT-3 embeddings and topic embeddings."""
|
32 |
|
33 |
-
VERSION = datasets.Version("1.0.
|
34 |
|
35 |
# This is an example of a dataset with multiple configurations.
|
36 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
23 |
_LICENSE = "CC-BY-4.0"
|
24 |
|
25 |
_URLS = [
|
26 |
+
"pubmed/abstracts2023.csv.gz"
|
27 |
]
|
28 |
|
29 |
|
30 |
class CogText(datasets.GeneratorBasedBuilder):
|
31 |
"""S collection of PubMed abstracts, along with their GPT-3 embeddings and topic embeddings."""
|
32 |
|
33 |
+
VERSION = datasets.Version("1.0.2023")
|
34 |
|
35 |
# This is an example of a dataset with multiple configurations.
|
36 |
# If you don't want/need to define several sub-sets in your dataset,
|