ro-h commited on
Commit
9c10bcd
1 Parent(s): cc2562f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 (e.g., '</br>') are removed from comment text. However, the content of the comment remains
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:**