Tanor's picture
Update README.md
fd558cb
metadata
tags:
  - spacy
language:
  - sr
license: cc-by-sa-3.0
model-index:
  - name: sr_Spacy_Serbian_Model_SrpKor4Tagging_BERTICOVO
    results:
      - task:
          name: TAG
          type: token-classification
        metrics:
          - name: TAG (XPOS) Accuracy
            type: accuracy
            value: 0.985392481
      - task:
          name: LEMMA
          type: token-classification
        metrics:
          - name: Lemma Accuracy
            type: accuracy
            value: 0.9735373261

Spacy Pipeline for Serbian

Welcome to the Spacy pipeline for Serbian language processing.

πŸš€ Components

  • tok2vec
  • tagger
  • trainable_lemmatizer

πŸ“š Training Data

Trained on Jerteh's SrpKor4Tagging dataset. Jerteh's Hugging Face Profile.

🏷 Tags (Universal POS)

  • ADJ
  • ADP
  • ADV
  • AUX
  • CCONJ
  • DET
  • INTJ
  • NOUN
  • NUM
  • PART
  • PRON
  • PROPN
  • PUNCT
  • SCONJ
  • VERB
  • X

πŸ›  Training Code & Additional Data

All the code related to training, as well as additional data, can be found at the following GitHub repository: Spacy Serbian Transformer Repository