HarryCovert
commited on
Commit
•
be7a4cb
1
Parent(s):
d41c18a
Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,9 @@ You can use this model directly with a pipeline for token classification:
|
|
36 |
```python
|
37 |
>>>from transformers import pipeline
|
38 |
>>>pipe = pipeline(model="ChouBERT/ChouBERT-16-plant-health-ner", aggregation_strategy="simple")
|
39 |
-
>>>pipe(" Attaque de rouille brune en Dordogne sur du blé tendre variété Oregrain !")
|
40 |
-
[]
|
41 |
>>>pipe("Soupe de poisson toute prête de carrefour avec fromage râpé, croûtons à l'ail et rouille #TeamFeignasse.")
|
|
|
|
|
42 |
[{'entity_group': 'Maladie',
|
43 |
'score': 0.80249035,
|
44 |
'word': '',
|
|
|
36 |
```python
|
37 |
>>>from transformers import pipeline
|
38 |
>>>pipe = pipeline(model="ChouBERT/ChouBERT-16-plant-health-ner", aggregation_strategy="simple")
|
|
|
|
|
39 |
>>>pipe("Soupe de poisson toute prête de carrefour avec fromage râpé, croûtons à l'ail et rouille #TeamFeignasse.")
|
40 |
+
[]
|
41 |
+
>>>pipe(" Attaque de rouille brune en Dordogne sur du blé tendre variété Oregrain !")
|
42 |
[{'entity_group': 'Maladie',
|
43 |
'score': 0.80249035,
|
44 |
'word': '',
|