Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,11 @@ license: mit
|
|
4 |
datasets:
|
5 |
- Sequoia
|
6 |
widget:
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Multiword expressions recognition.
|
@@ -14,7 +17,7 @@ A multiword expression (MWE) is a combination of words which exhibits lexical, m
|
|
14 |
|
15 |
## Model description
|
16 |
|
17 |
-
`camembert-mwer` is a model that was fine-tuned from [CamemBERT](https://huggingface.co/camembert-
|
18 |
|
19 |
## How to use
|
20 |
|
|
|
4 |
datasets:
|
5 |
- Sequoia
|
6 |
widget:
|
7 |
+
- text: Aucun financement politique occulte n'a pu être mis en évidence.
|
8 |
+
- text: L'excrétion de l'acide zolédronique dans le lait maternel n'est pas connue.
|
9 |
+
pipeline_tag: token-classification
|
10 |
+
tags:
|
11 |
+
- mwe
|
12 |
---
|
13 |
|
14 |
# Multiword expressions recognition.
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
`camembert-mwer` is a model that was fine-tuned from [CamemBERT](https://huggingface.co/camembert/camembert-large) as a token classification task specifically on the [Sequoia](http://deep-sequoia.inria.fr/) dataset for the MWER task.
|
21 |
|
22 |
## How to use
|
23 |
|