Sasidhar1826 commited on
Commit
b4d0b1b
·
verified ·
1 Parent(s): 2ae7d82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,20 +1,25 @@
1
-
2
  ---
3
  model_name: Common Metaphors Detection Model
4
  license: apache-2.0
5
  tags:
6
- - metaphor-detection
7
- - text-classification
8
- - transformers
9
  metrics:
10
- - accuracy: 72%
 
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 72%** on specific metaphor detection data.
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.