Commit
·
2437a52
1
Parent(s):
361416d
Add evaluation results on the default config of xsum (#3)
Browse files- Add evaluation results on the default config of xsum (d5d96b586fa2946172dfb749d61da181dd18c85b)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -51,8 +51,58 @@ language:
|
|
| 51 |
licenses:
|
| 52 |
- cc-by-nc-sa-4.0
|
| 53 |
widget:
|
| 54 |
-
- text:
|
| 55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
---
|
| 57 |
|
| 58 |
# mT5-multilingual-XLSum
|
|
|
|
| 51 |
licenses:
|
| 52 |
- cc-by-nc-sa-4.0
|
| 53 |
widget:
|
| 54 |
+
- text: Videos that say approved vaccines are dangerous and cause autism, cancer or
|
| 55 |
+
infertility are among those that will be taken down, the company said. The policy
|
| 56 |
+
includes the termination of accounts of anti-vaccine influencers. Tech giants
|
| 57 |
+
have been criticised for not doing more to counter false health information on
|
| 58 |
+
their sites. In July, US President Joe Biden said social media platforms were
|
| 59 |
+
largely responsible for people's scepticism in getting vaccinated by spreading
|
| 60 |
+
misinformation, and appealed for them to address the issue. YouTube, which is
|
| 61 |
+
owned by Google, said 130,000 videos were removed from its platform since last
|
| 62 |
+
year, when it implemented a ban on content spreading misinformation about Covid
|
| 63 |
+
vaccines. In a blog post, the company said it had seen false claims about Covid
|
| 64 |
+
jabs "spill over into misinformation about vaccines in general". The new policy
|
| 65 |
+
covers long-approved vaccines, such as those against measles or hepatitis B. "We're
|
| 66 |
+
expanding our medical misinformation policies on YouTube with new guidelines on
|
| 67 |
+
currently administered vaccines that are approved and confirmed to be safe and
|
| 68 |
+
effective by local health authorities and the WHO," the post said, referring to
|
| 69 |
+
the World Health Organization.
|
| 70 |
+
model-index:
|
| 71 |
+
- name: csebuetnlp/mT5_multilingual_XLSum
|
| 72 |
+
results:
|
| 73 |
+
- task:
|
| 74 |
+
type: summarization
|
| 75 |
+
name: Summarization
|
| 76 |
+
dataset:
|
| 77 |
+
name: xsum
|
| 78 |
+
type: xsum
|
| 79 |
+
config: default
|
| 80 |
+
split: test
|
| 81 |
+
metrics:
|
| 82 |
+
- name: ROUGE-1
|
| 83 |
+
type: rouge
|
| 84 |
+
value: 36.5002
|
| 85 |
+
verified: true
|
| 86 |
+
- name: ROUGE-2
|
| 87 |
+
type: rouge
|
| 88 |
+
value: 13.934
|
| 89 |
+
verified: true
|
| 90 |
+
- name: ROUGE-L
|
| 91 |
+
type: rouge
|
| 92 |
+
value: 28.9876
|
| 93 |
+
verified: true
|
| 94 |
+
- name: ROUGE-LSUM
|
| 95 |
+
type: rouge
|
| 96 |
+
value: 28.9958
|
| 97 |
+
verified: true
|
| 98 |
+
- name: loss
|
| 99 |
+
type: loss
|
| 100 |
+
value: 2.0674800872802734
|
| 101 |
+
verified: true
|
| 102 |
+
- name: gen_len
|
| 103 |
+
type: gen_len
|
| 104 |
+
value: 26.9733
|
| 105 |
+
verified: true
|
| 106 |
---
|
| 107 |
|
| 108 |
# mT5-multilingual-XLSum
|