Token Classification
spaCy
Tagalog
Eval Results
ljvmiranda921 commited on
Commit
9097307
·
verified ·
1 Parent(s): 89f60ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -57,8 +57,23 @@ model-index:
57
  - name: Sentences F-Score
58
  type: f_score
59
  value: 0.9926447074
 
 
 
 
 
 
60
  ---
61
- Parsers for UD-NewsCrawl
 
 
 
 
 
 
 
 
 
62
 
63
  | Feature | Description |
64
  | --- | --- |
@@ -98,9 +113,4 @@ Parsers for UD-NewsCrawl
98
  | `DEP_LAS` | 79.99 |
99
  | `SENTS_P` | 99.11 |
100
  | `SENTS_R` | 99.42 |
101
- | `SENTS_F` | 99.26 |
102
- | `TRANSFORMER_LOSS` | 1514315.16 |
103
- | `TRAINABLE_LEMMATIZER_LOSS` | 235054.16 |
104
- | `MORPHOLOGIZER_LOSS` | 137403.36 |
105
- | `TAGGER_LOSS` | 156022.94 |
106
- | `PARSER_LOSS` | 411726.89 |
 
57
  - name: Sentences F-Score
58
  type: f_score
59
  value: 0.9926447074
60
+ datasets:
61
+ - UD-Filipino/UD_Tagalog-NewsCrawl
62
+ base_model:
63
+ - microsoft/mdeberta-v3-base
64
+ pipeline_tag: token-classification
65
+ library_name: spacy
66
  ---
67
+
68
+ <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/634e20a0c1ce28f1de920cc4/k7SJny1M3lDa5CH_T1bp3.png" width="130" height="130" align="right" />
69
+
70
+ # UD Parser (Multilingual context-sensitive vectors + transition-based parser)
71
+
72
+ This is the spaCy pipeline trained on [UD-NewsCrawl](https://huggingface.co/datasets/UD-Filipino/UD_Tagalog-NewsCrawl).
73
+ It uses context-sensitive vectors from [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base).
74
+ It is trained using a transition-based parser based on [Honnibal and Johnson (2015)](https://aclanthology.org/D15-1162/) and can perform dependency parsing, lemmatization, and morphological annotation.
75
+ The trainable lemmatizer is based on [Muller et al. (2015)](https://aclanthology.org/D15-1272/).
76
+ More information can be found [in this blog post](https://explosion.ai/blog/edit-tree-lemmatizer).
77
 
78
  | Feature | Description |
79
  | --- | --- |
 
113
  | `DEP_LAS` | 79.99 |
114
  | `SENTS_P` | 99.11 |
115
  | `SENTS_R` | 99.42 |
116
+ | `SENTS_F` | 99.26 |