dsai-michal-zobniow commited on
Commit
07202c1
1 Parent(s): 53a42f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -37,7 +37,12 @@ CC BY 4.0
37
 
38
  We fine-tuned TrelBERT to [KLEJ benchmark](klejbenchmark.com) tasks and achieved the following results:
39
 
40
- |task name|score|
 
 
 
 
 
41
  |--|--|
42
  |NKJP-NER|94.4|
43
  |CDSC-E|93.9|
@@ -48,7 +53,7 @@ We fine-tuned TrelBERT to [KLEJ benchmark](klejbenchmark.com) tasks and achieved
48
  |DYK|67.4|
49
  |PSC|95.7|
50
  |AR|86.1|
51
- |__average__|__86.1__|
52
 
53
  For fine-tuning to KLEJ tasks we used [Polish RoBERTa](https://github.com/sdadas/polish-roberta) scripts, which we modified to use `transformers` library. For the CBD task, we set the maximum sequence length to 128 and implemented the same preprocessing procedure as in the MLM phase.
54
 
 
37
 
38
  We fine-tuned TrelBERT to [KLEJ benchmark](klejbenchmark.com) tasks and achieved the following results:
39
 
40
+ <style>
41
+ tr:last-child {
42
+ border-top-width: 4px;
43
+ }
44
+ </style>
45
+ |Task name|Score|
46
  |--|--|
47
  |NKJP-NER|94.4|
48
  |CDSC-E|93.9|
 
53
  |DYK|67.4|
54
  |PSC|95.7|
55
  |AR|86.1|
56
+ |__Average__|__86.1__|
57
 
58
  For fine-tuning to KLEJ tasks we used [Polish RoBERTa](https://github.com/sdadas/polish-roberta) scripts, which we modified to use `transformers` library. For the CBD task, we set the maximum sequence length to 128 and implemented the same preprocessing procedure as in the MLM phase.
59