janko commited on
Commit
a65cc2e
1 Parent(s): 93670af

Update readme

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