liyucheng commited on
Commit
c1501da
·
verified ·
1 Parent(s): 39afb61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -194,3 +194,14 @@ configs:
194
  - split: train
195
  path: xxxlong/train-*
196
  ---
 
 
 
 
 
 
 
 
 
 
 
 
194
  - split: train
195
  path: xxxlong/train-*
196
  ---
197
+
198
+ # length categories
199
+
200
+ | Classification | Token Length Range | Description |
201
+ |---------------|-------------------|-------------|
202
+ | short | < 2,048 | Less than 2K tokens |
203
+ | medium | 2,048 - 4,095 | 2K to 4K tokens |
204
+ | long | 4,096 - 8,191 | 4K to 8K tokens |
205
+ | xlong | 8,192 - 16,383 | 8K to 16K tokens |
206
+ | xxlong | 16,384 - 32,767 | 16K to 32K tokens |
207
+ | xxxlong | ≥ 32,768 | 32K tokens or more |