Commit ·
0541ffd
1
Parent(s): f1ab85e
Updata readme
Browse files
README.md
CHANGED
|
@@ -5,23 +5,23 @@ tags:
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
model-index:
|
| 8 |
-
- name:
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.1140
|
| 20 |
- Accuracy: 0.9750
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
## Intended uses & limitations
|
| 27 |
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
model-index:
|
| 8 |
+
- name: domain_classification
|
| 9 |
results: []
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
+
# Domain classification model
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the Opus dataset with IT, medical, law domain.They are extracted from OPUS dataset in english.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.1140
|
| 20 |
- Accuracy: 0.9750
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
| 24 |
+
The model will classify sentence which belongs to its domain.
|
| 25 |
|
| 26 |
## Intended uses & limitations
|
| 27 |
|