Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,17 @@ tags:
|
|
| 4 |
base_model: microsoft/deberta-v3-base
|
| 5 |
widget:
|
| 6 |
- text: Tout était excellent, mais le film était nul.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Trained by NansK13 for sentiment analysis classification
|
|
|
|
| 4 |
base_model: microsoft/deberta-v3-base
|
| 5 |
widget:
|
| 6 |
- text: Tout était excellent, mais le film était nul.
|
| 7 |
+
license: mit
|
| 8 |
+
language:
|
| 9 |
+
- fr
|
| 10 |
+
- en
|
| 11 |
+
- de
|
| 12 |
+
metrics:
|
| 13 |
+
- accuracy
|
| 14 |
+
- f1
|
| 15 |
+
- roc_auc
|
| 16 |
+
library_name: transformers
|
| 17 |
+
pipeline_tag: text-classification
|
| 18 |
---
|
| 19 |
|
| 20 |
# Model Trained by NansK13 for sentiment analysis classification
|