Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,13 @@ library_name: transformers
|
|
12 |
|
13 |
# Longformer fine-tuned to summarize Terms of Service
|
14 |
Terms of Service documents are lengthy, complex, and time-consuming to read. Due to its vague language, people often don’t understand what they are agreeing to. Hence, we have fine-tuned Longformer model to help summarize TOS and make it easy to read and understand.
|
15 |
-
|
16 |
-
This model is a fine-tuned version of [`allenai/led-base-16384`](https://huggingface.co/allenai/led-base-16384)
|
17 |
-
Dataset used: TL;DRLegal and TOS;DR website
|
18 |
-
It achieves the following results on the validation set
|
19 |
-
ROUGE-1: 0.28
|
20 |
-
ROUGE-2: 0.13
|
21 |
-
ROUGE-L: 0.27
|
22 |
|
23 |
## How to Use
|
24 |
|
|
|
12 |
|
13 |
# Longformer fine-tuned to summarize Terms of Service
|
14 |
Terms of Service documents are lengthy, complex, and time-consuming to read. Due to its vague language, people often don’t understand what they are agreeing to. Hence, we have fine-tuned Longformer model to help summarize TOS and make it easy to read and understand.
|
15 |
+
<br><br>
|
16 |
+
This model is a fine-tuned version of [`allenai/led-base-16384`](https://huggingface.co/allenai/led-base-16384) <br>
|
17 |
+
Dataset used: TL;DRLegal and TOS;DR website <br>
|
18 |
+
It achieves the following results on the validation set:<br>
|
19 |
+
* ROUGE-1: 0.28
|
20 |
+
* ROUGE-2: 0.13
|
21 |
+
* ROUGE-L: 0.27
|
22 |
|
23 |
## How to Use
|
24 |
|