indiejoseph commited on
Commit
778cc7c
1 Parent(s): 7e9198b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -3,9 +3,43 @@ license: cc-by-4.0
3
  base_model: hon9kon9ize/bert-large-cantonese
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
 
 
 
 
 
 
6
  model-index:
7
- - name: bert-large-cantonese-sts
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +47,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # bert-large-cantonese-sts
15
 
16
- This model is a fine-tuned version of [hon9kon9ize/bert-large-cantonese](https://huggingface.co/hon9kon9ize/bert-large-cantonese) on the None dataset.
17
 
18
  ## Model description
19
 
 
3
  base_model: hon9kon9ize/bert-large-cantonese
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - pearson_cosine
8
+ - spearman_cosine
9
+ - pearson_manhattan
10
+ - spearman_manhattan
11
+ - pearson_euclidean
12
+ - spearman_euclidean
13
+ - pearson_dot
14
+ - spearman_dot
15
+ - pearson_max
16
+ - spearman_max
17
  model-index:
18
+ - name: Cantonese Semantic Textual Similarity BERT based on hon9kon9ize/bert-large-cantonese-sts
19
+ results:
20
+ - task:
21
+ type: semantic-similarity
22
+ name: Semantic Similarity
23
+ dataset:
24
+ name: sts dev
25
+ type: sts-dev
26
+ metrics:
27
+ - type: pearson_cosine
28
+ value: 0.8195601142712411
29
+ - type: spearman_cosine
30
+ value: 0.8107244990045813
31
+ - type: pearson_manhattan
32
+ value: 0.8227349515965701
33
+ - type: spearman_manhattan
34
+ value: 0.8106624105549446
35
+ - type: pearson_euclidean
36
+ value: 0.8224444134336916
37
+ - type: spearman_euclidean
38
+ value: 0.810580167108645
39
+ - type: pearson_dot
40
+ value: 0.8197330940854836
41
+ - type: spearman_dot
42
+ value: 0.8107833210821748
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
47
 
48
  # bert-large-cantonese-sts
49
 
50
+ This model is a fine-tuned version of [hon9kon9ize/bert-large-cantonese](https://huggingface.co/hon9kon9ize/bert-large-cantonese) on the [hon9kon9ize/yue-sts](https://huggingface.co/datasets/hon9kon9ize/yue-sts) dataset.
51
 
52
  ## Model description
53