Geonwoohong commited on
Commit
0765c67
·
verified ·
1 Parent(s): d9540a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ and encoded into numerical tensors stored in `.npz` shards for direct model load
26
  | File Type | Example | Description |
27
  |------------|----------|-------------|
28
  | Vocabulary | `form_vocab.json`, `tag_vocab.json`, `text_vocab.json` | Morpheme, POS, and text token vocabularies (shared across shards, size = 64,000) |
29
- | NPZ Shards | `train_tensor.shard0001.npz` – `train_tensor.shard0023.npz` | Packed arrays containing morpheme IDs and offsets for semantic/stylistic/text streams |
30
 
31
  ### Data Fields (inside each `.npz`)
32
 
 
26
  | File Type | Example | Description |
27
  |------------|----------|-------------|
28
  | Vocabulary | `form_vocab.json`, `tag_vocab.json`, `text_vocab.json` | Morpheme, POS, and text token vocabularies (shared across shards, size = 64,000) |
29
+ | NPZ Shards | `train_tensor.shard0001.npz` – `train_tensor.shard0023.npz` | Packed arrays containing morpheme IDs and offsets for semantic/stylistic/text |
30
 
31
  ### Data Fields (inside each `.npz`)
32