Views
No views yet
| folder | what it is | size |
|---|---|---|
joint_base | DictaBERT joint tagger + parser + lemma (best accuracy) | ~749 MB |
joint_tiny2 | DictaBERT-tiny variant (~3x faster) | ~185 MB |
seg_char_ctx | character segmenter on dictabert-char | ~353 MB |
PARSAN_RUNS at them (the library
also fetches them automatically on first use):1from huggingface_hub import snapshot_download
2snapshot_download("noamor/parsan", local_dir="runs")1PARSAN_RUNS=$PWD/runs python scripts/predict.py \
2 --text input.txt --sent newline --profile base --out out.conllu--profile base|tiny, --segmenter char|rftok.| system | wiki | knesset | OOD |
|---|---|---|---|
| Parsan | 92.2 | 88.6 | 89.2 |
| HebPipe | 89.7 | 86.2 | 86.1 |
| Stanza | 83.1 | 80.7 | 80.5 |