Ibrahemqasim commited on
Commit
f2fca4b
·
verified ·
1 Parent(s): 8bf81f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -19,6 +19,7 @@ This file contains the mappings after filtering out those that do not contain a
19
 
20
  This file contains the mappings after replacing all 4-digit years with the year 2000. It contains 20,913 mappings.
21
 
22
- ## Usage
 
 
23
 
24
- To use this dataset, you can download it from the Hugging Face Hub and load it into your code. For example, you can use the following code to load the filtered data into a Python dictionary:
 
19
 
20
  This file contains the mappings after replacing all 4-digit years with the year 2000. It contains 20,913 mappings.
21
 
22
+ ### cats_2000_contry.json
23
+
24
+ This file contains the mappings after replacing all 4-digit years with the year 2000 and replacing country names with `country` word. It contains 538 mappings.
25