internetoftim commited on
Commit
3dbffd2
·
verified ·
1 Parent(s): e44cf45

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -62,6 +62,7 @@ Derived from the following cleaned datasets:
62
  |---|---|
63
  | `halo-hil` | 8,874 |
64
  | `halo-tgl` | 6,589 |
 
65
 
66
 
67
  Each source dataset was cleaned using `clean_halo.py` to remove web boilerplate, navigation menus,
@@ -80,9 +81,9 @@ Processing code is available at [github.com/sapinsapin/halohalo](https://github.
80
 
81
  | Metric | Value |
82
  |---|---|
83
- | Total documents | 15,463 |
84
- | Total tokens | 17,541,533 |
85
- | Avg tokens per document | 1,134.4 |
86
  | Min tokens | 30 |
87
  | Max tokens | 10,552 |
88
 
@@ -92,7 +93,8 @@ Processing code is available at [github.com/sapinsapin/halohalo](https://github.
92
  |---|---|---|
93
  | `hil` | 8,874 | 9,332,784 |
94
  | `tgl` | 6,589 | 8,208,749 |
95
- | **Total** | **15,463** | **17,541,533** |
 
96
 
97
  ## Schema
98
 
 
62
  |---|---|
63
  | `halo-hil` | 8,874 |
64
  | `halo-tgl` | 6,589 |
65
+ | `halo-bcl` | 1,264 |
66
 
67
 
68
  Each source dataset was cleaned using `clean_halo.py` to remove web boilerplate, navigation menus,
 
81
 
82
  | Metric | Value |
83
  |---|---|
84
+ | Total documents | 16,727 |
85
+ | Total tokens | 19,178,582 |
86
+ | Avg tokens per document | 1,146.6 |
87
  | Min tokens | 30 |
88
  | Max tokens | 10,552 |
89
 
 
93
  |---|---|---|
94
  | `hil` | 8,874 | 9,332,784 |
95
  | `tgl` | 6,589 | 8,208,749 |
96
+ | `bcl` | 1,264 | 1,637,049 |
97
+ | **Total** | **16,727** | **19,178,582** |
98
 
99
  ## Schema
100