Views
No views yet
score = α⋅base + β⋅Δfield| item | value |
|---|---|
| vocab size | 495,090 |
| embedding dim | 1024 |
| storage format | safetensors (FP16) |
| model size | ~1.01 GB |
| languages | multilingual (Chinese / English dominant) |
| startup time | ~2s |
| query latency | ~101-105 ms (CPU) |
1git clone https://huggingface.co/WangKaiLin/PipeOwl-1.4-multilingual
2cd PipeOwl-1.4-multilingual
3
4pip install numpy safetensors
5
6python quickstart.py1Please enter words: 雪鴞
2
3Top-K Tokens:
41.004 | 雪鴞
50.823 | 鴟鴞
60.820 | 鴞
70.700 | 長耳鴞
80.686 | 雪橇
9
10Please enter words: happy
11
12Top-K Tokens:
130.998 | happy
140.888 | happiness
150.863 | heureux
160.857 | happyness
170.854 | gelukkig1pipeowl-1.4-multilingual/
2 ├ README.md
3 ├ config.json
4 ├ DATA_SOURCES.md
5 ├ LICENSE
6 ├ quickstart.py
7 ├ engine.py
8 ├ vocabulary.json
9 └ pipeowl_fp16.safetensorsscore = α⋅base + β⋅Δfield