janko commited on
Commit
5737617
1 Parent(s): 87164fd

Update readme

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - token-classification
5
  language:
6
  - grc
 
7
  model-index:
8
  - name: grc_odycy_joint_sm
9
  results:
@@ -57,6 +58,27 @@ model-index:
57
  type: f_score
58
  value: 0.7130820399
59
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  | Feature | Description |
61
  | --- | --- |
62
  | **Name** | `grc_odycy_joint_sm` |
@@ -66,8 +88,8 @@ model-index:
66
  | **Components** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `frequency_lemmatizer` |
67
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
68
  | **Sources** | n/a |
69
- | **License** | n/a |
70
- | **Author** | [n/a]() |
71
 
72
  ### Label Scheme
73
 
 
4
  - token-classification
5
  language:
6
  - grc
7
+ license: mit
8
  model-index:
9
  - name: grc_odycy_joint_sm
10
  results:
 
58
  type: f_score
59
  value: 0.7130820399
60
  ---
61
+
62
+ <p align="center">
63
+ <img width="200" src="https://github.com/centre-for-humanities-computing/odyCy/raw/main/docs/_static/logo_with_text_below.svg">
64
+ <div align="center" style="color: #2c5882; font-weight: bold; font-size: 18px; margin-top: -20px;">
65
+ A general-purpose NLP pipeline for Ancient-Greek.
66
+ </div>
67
+ </p>
68
+
69
+ [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/centre-for-humanities-computing/odyCy/blob/main/tutorials/01_odycy_getting_started.ipynb#&offline=true&sandboxMode=true)
70
+ Check out our Documentation on [Basic Usage](https://centre-for-humanities-computing.github.io/odyCy/getting_started.html).
71
+
72
+
73
+ ## Performance
74
+
75
+ odyCy achieves state of the art performance on multiple tasks on unseen test data from the Universal Dependencies Perseus treebank,
76
+ and performs second best on the PROIEL treebank’s test set on even more tasks.
77
+ In addition performance also seems relatively stable across the two evaluation datasets in comparison with other NLP pipelines.
78
+
79
+ For plots and tables on OdyCy's performance, check out the Documentation page on [Performance](https://centre-for-humanities-computing.github.io/odyCy/performance.html)
80
+
81
+
82
  | Feature | Description |
83
  | --- | --- |
84
  | **Name** | `grc_odycy_joint_sm` |
 
88
  | **Components** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `trainable_lemmatizer`, `frequency_lemmatizer` |
89
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
90
  | **Sources** | n/a |
91
+ | **License** | `MIT` |
92
+ | **Author** | [{Márton Kardos, Jan Kostkan}](https://github.com/centre-for-humanities-computing/odyCy) |
93
 
94
  ### Label Scheme
95