Update README.md
Browse files
README.md
CHANGED
@@ -64,4 +64,78 @@ configs:
|
|
64 |
path: float-labels/test-*
|
65 |
---
|
66 |
|
67 |
-
this is literally the allNLI example dataset but parsed and reformatted as HF datasets parquet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
path: float-labels/test-*
|
65 |
---
|
66 |
|
67 |
+
this is literally the allNLI example dataset but parsed and reformatted as HF datasets parquet.
|
68 |
+
|
69 |
+
|
70 |
+
## token counts
|
71 |
+
|
72 |
+
### sentence1 column
|
73 |
+
|
74 |
+
bert-base-uncased token count:
|
75 |
+
|
76 |
+
```
|
77 |
+
token_count
|
78 |
+
count 942069.000000
|
79 |
+
mean 20.834934
|
80 |
+
std 12.953432
|
81 |
+
min 3.000000
|
82 |
+
25% 13.000000
|
83 |
+
50% 17.000000
|
84 |
+
75% 25.000000
|
85 |
+
max 428.000000
|
86 |
+
```
|
87 |
+
|
88 |
+
|
89 |
+
- Total count: 19.63 M tokens
|
90 |
+
google/bigbird-roberta-base token count:
|
91 |
+
|
92 |
+
```
|
93 |
+
token_count
|
94 |
+
count 942069.000000
|
95 |
+
mean 20.678186
|
96 |
+
std 12.618819
|
97 |
+
min 3.000000
|
98 |
+
25% 13.000000
|
99 |
+
50% 17.000000
|
100 |
+
75% 25.000000
|
101 |
+
max 407.000000
|
102 |
+
```
|
103 |
+
|
104 |
+
|
105 |
+
- Total count: 19.48 M tokens
|
106 |
+
|
107 |
+
### sentence2 column
|
108 |
+
|
109 |
+
bert-base-uncased token count:
|
110 |
+
|
111 |
+
```
|
112 |
+
token_count
|
113 |
+
count 942069.000000
|
114 |
+
mean 12.058493
|
115 |
+
std 4.507284
|
116 |
+
min 0.000000
|
117 |
+
25% 9.000000
|
118 |
+
50% 11.000000
|
119 |
+
75% 14.000000
|
120 |
+
max 77.000000
|
121 |
+
```
|
122 |
+
|
123 |
+
|
124 |
+
- Total count: 11.36 M tokens
|
125 |
+
|
126 |
+
google/bigbird-roberta-base token count:
|
127 |
+
|
128 |
+
```
|
129 |
+
token_count
|
130 |
+
count 942069.000000
|
131 |
+
mean 12.003818
|
132 |
+
std 4.423798
|
133 |
+
min 0.000000
|
134 |
+
25% 9.000000
|
135 |
+
50% 11.000000
|
136 |
+
75% 14.000000
|
137 |
+
max 79.000000
|
138 |
+
```
|
139 |
+
|
140 |
+
|
141 |
+
- Total count: 11.31 M tokens
|