Update README.md
Browse files
README.md
CHANGED
@@ -54,3 +54,26 @@ We leverage FineFineWeb as the raw data source. Each entry in FineFineWeb is a t
|
|
54 |
|
55 |
By focusing on these domains, we narrow the search space to parts of the web data where shopping-related text is likely to appear. However, even within a chosen domain, not every item is actually about buying or selling – many may be informational articles, news, or unrelated discussions. Thus, a more fine-grained filtering within each domain is required to extract only the e-commerce-specific lines. We accomplish this by training lightweight classifiers per domain to distinguish e-commerce context vs. non-e-commerce content.
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
By focusing on these domains, we narrow the search space to parts of the web data where shopping-related text is likely to appear. However, even within a chosen domain, not every item is actually about buying or selling – many may be informational articles, news, or unrelated discussions. Thus, a more fine-grained filtering within each domain is required to extract only the e-commerce-specific lines. We accomplish this by training lightweight classifiers per domain to distinguish e-commerce context vs. non-e-commerce content.
|
56 |
|
57 |
+
We identified 9 E-commerce overlapping domains which have significant amount of relevant tokens but required filteration. Below is the domain list and their filtered size
|
58 |
+
| Domain | Size (GBs) |
|
59 |
+
|---|---|
|
60 |
+
| Hobby | 114 |
|
61 |
+
| News | 66 |
|
62 |
+
| Health | 66 |
|
63 |
+
| Entertainment | 64 |
|
64 |
+
| Travel | 52 |
|
65 |
+
| Food | 22 |
|
66 |
+
| Automotive | 19 |
|
67 |
+
| Sports | 12 |
|
68 |
+
| Music and Dance | 7 |
|
69 |
+
|
70 |
+
Additionally, there are 6 more domains which had almost complete overlap and were picked directly out of FineFineWeb.
|
71 |
+
| Domain | Size (GBs) |
|
72 |
+
|---|---|
|
73 |
+
| Fashion | 37 |
|
74 |
+
| Beauty | 37 |
|
75 |
+
| Celebrity | 28 |
|
76 |
+
| Movie | 26 |
|
77 |
+
| Photo | 15 |
|
78 |
+
| Painting | 2 |
|
79 |
+
|