qanastek commited on
Commit
8df0256
1 Parent(s): 426c6f5
Files changed (3) hide show
  1. README.md +31 -1
  2. imgs/en.png +0 -0
  3. imgs/fr.png +0 -0
README.md CHANGED
@@ -33,7 +33,7 @@
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** https://github.com/qanastek/ANTILLES
37
  - **Repository:** https://github.com/qanastek/ANTILLES
38
  - **Paper:** [Needs More Information]
39
  - **Leaderboard:** [Needs More Information]
@@ -79,6 +79,36 @@ corpus: Corpus = UniversalDependenciesCorpus(
79
  )
80
  ```
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  ## Dataset Structure
83
 
84
  ### Data Instances
33
 
34
  ## Dataset Description
35
 
36
+ - **Homepage:** https://qanastek.github.io/ANTILLES/
37
  - **Repository:** https://github.com/qanastek/ANTILLES
38
  - **Paper:** [Needs More Information]
39
  - **Leaderboard:** [Needs More Information]
79
  )
80
  ```
81
 
82
+ ## Load the model
83
+
84
+ ### Flair
85
+
86
+ ```python
87
+ from flair.models import SequenceTagger
88
+ tagger = SequenceTagger.load("qanastek/pos-french")
89
+ ```
90
+
91
+ ## HuggingFace Spaces
92
+
93
+ You can try some of the models :
94
+
95
+ <table>
96
+ <thead>
97
+ <tr>
98
+ <td>
99
+ <a href="https://huggingface.co/spaces/qanastek/French-Part-Of-Speech-Tagging">
100
+ <img src="https://huggingface.co/datasets/qanastek/ANTILLES/raw/main/imgs/en.png" width="128">
101
+ </a>
102
+ </td>
103
+ <td>
104
+ <a href="https://huggingface.co/spaces/qanastek/Etiqueteur-Morphosyntaxique-Etendu">
105
+ <img src="https://huggingface.co/datasets/qanastek/ANTILLES/raw/main/imgs/fr.png" width="128">
106
+ </a>
107
+ </td>
108
+ </tr>
109
+ </thead>
110
+ </table>
111
+
112
  ## Dataset Structure
113
 
114
  ### Data Instances
imgs/en.png ADDED
imgs/fr.png ADDED