Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,25 @@
|
|
1 |
-
|
2 |
---
|
3 |
model_name: Common Metaphors Detection Model
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
metrics:
|
10 |
-
|
|
|
11 |
language: en
|
12 |
dataset: Sasidhar1826/common_metaphors_detection_dataset
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Common Metaphors Detection Model
|
16 |
|
17 |
-
This model achieves an **accuracy of
|
18 |
This is build upon **bert-base-uncased**
|
19 |
this is not yet too much reliable to use in full scale as the metaphors meanings
|
20 |
varies over the context of the sentences and the trained data is specific for only some cases.
|
|
|
|
|
1 |
---
|
2 |
model_name: Common Metaphors Detection Model
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
+
- metaphor-detection
|
6 |
+
- text-classification
|
7 |
+
- transformers
|
8 |
metrics:
|
9 |
+
- accuracy: 64%
|
10 |
+
- accuracy
|
11 |
language: en
|
12 |
dataset: Sasidhar1826/common_metaphors_detection_dataset
|
13 |
+
datasets:
|
14 |
+
- Sasidhar1826/common_metaphors_detection_dataset
|
15 |
+
base_model:
|
16 |
+
- google-bert/bert-base-uncased
|
17 |
+
pipeline_tag: text-classification
|
18 |
---
|
19 |
|
20 |
# Common Metaphors Detection Model
|
21 |
|
22 |
+
This model achieves an **accuracy of 64%** on **specific metaphor data of small dataset**.
|
23 |
This is build upon **bert-base-uncased**
|
24 |
this is not yet too much reliable to use in full scale as the metaphors meanings
|
25 |
varies over the context of the sentences and the trained data is specific for only some cases.
|