Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,9 @@ In this version, the data is called directly from the API, which can result in s
|
|
25 |
If the user wants to simply load a pre-downloaded dataset,
|
26 |
reference https://huggingface.co/datasets/ro-h/regulatory_comments.
|
27 |
|
|
|
|
|
|
|
28 |
## Dataset Details
|
29 |
|
30 |
### Dataset Description and Structure
|
@@ -149,7 +152,7 @@ This structure includes key information about the docket and a list of comments,
|
|
149 |
each with its detailed metadata.
|
150 |
|
151 |
**Data Cleaning:**
|
152 |
-
HTML text tags
|
153 |
unedited, meaning any typos or grammatical errors in the original comment are preserved.
|
154 |
|
155 |
**Tools and Libraries Used:**
|
|
|
25 |
If the user wants to simply load a pre-downloaded dataset,
|
26 |
reference https://huggingface.co/datasets/ro-h/regulatory_comments.
|
27 |
|
28 |
+
For an example of how to use this dataset structure,
|
29 |
+
reference [https://colab.research.google.com/drive/1AiFznbHaDVszcmXYS3Ht5QLov2bvfQFX?usp=sharing].
|
30 |
+
|
31 |
## Dataset Details
|
32 |
|
33 |
### Dataset Description and Structure
|
|
|
152 |
each with its detailed metadata.
|
153 |
|
154 |
**Data Cleaning:**
|
155 |
+
HTML text tags are removed from comment text. However, the content of the comment remains
|
156 |
unedited, meaning any typos or grammatical errors in the original comment are preserved.
|
157 |
|
158 |
**Tools and Libraries Used:**
|