Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- rouge
|
7 |
model-index:
|
8 |
- name: output
|
9 |
results: []
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# output
|
16 |
|
17 |
-
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.1885
|
20 |
- Rouge1: 65.4762
|
@@ -110,4 +116,4 @@ The following hyperparameters were used during training:
|
|
110 |
- Transformers 4.26.1
|
111 |
- Pytorch 1.13.1+cu117
|
112 |
- Datasets 2.10.1
|
113 |
-
- Tokenizers 0.13.2
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- LLM
|
6 |
+
- FLAN
|
7 |
+
- NLP
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
11 |
- name: output
|
12 |
results: []
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
library_name: transformers
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
# output
|
22 |
|
23 |
+
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an LegalBench dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 1.1885
|
26 |
- Rouge1: 65.4762
|
|
|
116 |
- Transformers 4.26.1
|
117 |
- Pytorch 1.13.1+cu117
|
118 |
- Datasets 2.10.1
|
119 |
+
- Tokenizers 0.13.2
|