dicta-il / dictabert-syntax

huggingface.co
Total runs: 53
24-hour runs: 2
7-day runs: 30
30-day runs: 43
Model's Last Updated: September 16 2026
feature-extraction

Introduction of dictabert-syntax

Model Details of dictabert-syntax

DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew

State-of-the-art language model for Hebrew, released here .

This is the fine-tuned model for the syntax dependency tree parsing task.

For the bert-base models for other tasks, see here .

Sample usage:

from transformers import AutoModel, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained('dicta-il/dictabert-syntax')
model = AutoModel.from_pretrained('dicta-il/dictabert-syntax', trust_remote_code=True)

model.eval()

sentence = 'בשנת 1948 השלים אפרים קישון את לימודיו בפיסול מתכת ובתולדות האמנות והחל לפרסם מאמרים הומוריסטיים'
print(model.predict([sentence], tokenizer))

Output:

[
  {
    "tree": [
      {
        "word": "בשנת",
        "dep_head_idx": 2,
        "dep_func": "obl",
        "dep_head": "השלים"
      },
      {
        "word": "1948",
        "dep_head_idx": 0,
        "dep_func": "compound",
        "dep_head": "בשנת"
      },
      {
        "word": "השלים",
        "dep_head_idx": -1,
        "dep_func": "root",
        "dep_head": "הומוריסטיים"
      },
      {
        "word": "אפרים",
        "dep_head_idx": 2,
        "dep_func": "nsubj",
        "dep_head": "השלים"
      },
      {
        "word": "קישון",
        "dep_head_idx": 3,
        "dep_func": "flat",
        "dep_head": "אפרים"
      },
      {
        "word": "את",
        "dep_head_idx": 6,
        "dep_func": "case",
        "dep_head": "לימודיו"
      },
      {
        "word": "לימודיו",
        "dep_head_idx": 2,
        "dep_func": "obj",
        "dep_head": "השלים"
      },
      {
        "word": "בפיסול",
        "dep_head_idx": 6,
        "dep_func": "nmod",
        "dep_head": "לימודיו"
      },
      {
        "word": "מתכת",
        "dep_head_idx": 7,
        "dep_func": "compound",
        "dep_head": "בפיסול"
      },
      {
        "word": "ובתולדות",
        "dep_head_idx": 7,
        "dep_func": "conj",
        "dep_head": "בפיסול"
      },
      {
        "word": "האמנות",
        "dep_head_idx": 9,
        "dep_func": "compound",
        "dep_head": "ובתולדות"
      },
      {
        "word": "והחל",
        "dep_head_idx": 2,
        "dep_func": "conj",
        "dep_head": "השלים"
      },
      {
        "word": "לפרסם",
        "dep_head_idx": 11,
        "dep_func": "xcomp",
        "dep_head": "והחל"
      },
      {
        "word": "מאמרים",
        "dep_head_idx": 12,
        "dep_func": "obj",
        "dep_head": "לפרסם"
      },
      {
        "word": "הומוריסטיים",
        "dep_head_idx": 13,
        "dep_func": "amod",
        "dep_head": "מאמרים"
      }
    ],
    "root_idx": 2
  }
]
Citation

If you use DictaBERT in your research, please cite DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew

BibTeX:

@misc{shmidman2023dictabert,
      title={DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew}, 
      author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
      year={2023},
      eprint={2308.16687},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
Citation

If you use DictaBERT-syntax in your research, please cite MRL Parsing without Tears: The Case of Hebrew

BibTeX:

@misc{shmidman2024mrl,
      title={MRL Parsing Without Tears: The Case of Hebrew}, 
      author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel and Reut Tsarfaty},
      year={2024},
      eprint={2403.06970},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License .

CC BY 4.0

Runs of dicta-il dictabert-syntax on huggingface.co

53
Total runs
2
24-hour runs
29
3-day runs
30
7-day runs
43
30-day runs

More Information About dictabert-syntax huggingface.co Model

More dictabert-syntax license Visit here:

https://choosealicense.com/licenses/cc-by-4.0

dictabert-syntax huggingface.co

dictabert-syntax huggingface.co is an AI model on huggingface.co that provides dictabert-syntax's model effect (), which can be used instantly with this dicta-il dictabert-syntax model. huggingface.co supports a free trial of the dictabert-syntax model, and also provides paid use of the dictabert-syntax. Support call dictabert-syntax model through api, including Node.js, Python, http.

dictabert-syntax huggingface.co Url

https://huggingface.co/dicta-il/dictabert-syntax

dicta-il dictabert-syntax online free

dictabert-syntax huggingface.co is an online trial and call api platform, which integrates dictabert-syntax's modeling effects, including api services, and provides a free online trial of dictabert-syntax, you can try dictabert-syntax online for free by clicking the link below.

dicta-il dictabert-syntax online free url in huggingface.co:

https://huggingface.co/dicta-il/dictabert-syntax

dictabert-syntax install

dictabert-syntax is an open source model from GitHub that offers a free installation service, and any user can find dictabert-syntax on GitHub to install. At the same time, huggingface.co provides the effect of dictabert-syntax install, users can directly use dictabert-syntax installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

dictabert-syntax install url in huggingface.co:

https://huggingface.co/dicta-il/dictabert-syntax

Url of dictabert-syntax

dictabert-syntax huggingface.co Url

Provider of dictabert-syntax huggingface.co

dicta-il
ORGANIZATIONS

Other API from dicta-il

huggingface.co

Total runs: 20.5K
Run Growth: 17.8K
Growth Rate: 86.64%
Updated:September 16 2026
huggingface.co

Total runs: 14.2K
Run Growth: 9.5K
Growth Rate: 66.98%
Updated:October 27 2025
huggingface.co

Total runs: 7.6K
Run Growth: 1.8K
Growth Rate: 23.55%
Updated:December 28 2023
huggingface.co

Total runs: 1.6K
Run Growth: 0
Growth Rate: 0.00%
Updated:July 03 2023
huggingface.co

Total runs: 666
Run Growth: -281
Growth Rate: -42.19%
Updated:June 17 2025
huggingface.co

Total runs: 628
Run Growth: -106
Growth Rate: -16.88%
Updated:July 11 2024
huggingface.co

Total runs: 119
Run Growth: -100
Growth Rate: -84.03%
Updated:May 12 2025
huggingface.co

Total runs: 70
Run Growth: -286
Growth Rate: -408.57%
Updated:September 03 2024
huggingface.co

Total runs: 23
Run Growth: -5
Growth Rate: -21.74%
Updated:May 08 2026
huggingface.co

Total runs: 21
Run Growth: 14
Growth Rate: 66.67%
Updated:November 17 2024
huggingface.co

Total runs: 15
Run Growth: 0
Growth Rate: 0.00%
Updated:April 01 2024
huggingface.co

Total runs: 14
Run Growth: 7
Growth Rate: 50.00%
Updated:December 15 2024
huggingface.co

Total runs: 7
Run Growth: 2
Growth Rate: 28.57%
Updated:May 14 2026