Update README.md
Browse files
README.md
CHANGED
|
@@ -42,6 +42,7 @@ q = engine.encode("雪鴞好可愛")
|
|
| 42 |
```
|
| 43 |
|
| 44 |
Files
|
|
|
|
| 45 |
- data/L1_base_embeddings.npy : embedding table (float32, V×1024)
|
| 46 |
- data/L1_base_vocab.json : vocab aligned with rows
|
| 47 |
- data/delta_base_scalar.npy : scalar bias (float32, V)
|
|
@@ -49,6 +50,7 @@ Files
|
|
| 49 |
- quickstart.py : example script
|
| 50 |
|
| 51 |
Notes
|
|
|
|
| 52 |
No safetensors / pytorch_model.bin is included because this model is distributed as a static NumPy embedding field.
|
| 53 |
|
| 54 |
---
|
|
@@ -77,7 +79,6 @@ See full experimental notes here:
|
|
| 77 |
pipeowl/
|
| 78 |
│
|
| 79 |
├─ README.md
|
| 80 |
-
├─ model_card.md
|
| 81 |
├─ LICENSE
|
| 82 |
│
|
| 83 |
├─ engine.py
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
Files
|
| 45 |
+
|
| 46 |
- data/L1_base_embeddings.npy : embedding table (float32, V×1024)
|
| 47 |
- data/L1_base_vocab.json : vocab aligned with rows
|
| 48 |
- data/delta_base_scalar.npy : scalar bias (float32, V)
|
|
|
|
| 50 |
- quickstart.py : example script
|
| 51 |
|
| 52 |
Notes
|
| 53 |
+
|
| 54 |
No safetensors / pytorch_model.bin is included because this model is distributed as a static NumPy embedding field.
|
| 55 |
|
| 56 |
---
|
|
|
|
| 79 |
pipeowl/
|
| 80 |
│
|
| 81 |
├─ README.md
|
|
|
|
| 82 |
├─ LICENSE
|
| 83 |
│
|
| 84 |
├─ engine.py
|