Update README.md
Browse files
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
|
| 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 |
|