Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: gec-flan-t5-large
|
12 |
results: []
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# gec-flan-t5-large
|
19 |
|
20 |
-
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2685
|
23 |
- F0.5: 0.3635
|
@@ -63,4 +67,4 @@ The following hyperparameters were used during training:
|
|
63 |
- Transformers 4.53.2
|
64 |
- Pytorch 2.7.1+cu128
|
65 |
- Datasets 4.0.0
|
66 |
-
- Tokenizers 0.21.2
|
|
|
10 |
model-index:
|
11 |
- name: gec-flan-t5-large
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- 512duncanl/c4_200m_cleaned_365k
|
15 |
+
language:
|
16 |
+
- en
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# gec-flan-t5-large
|
23 |
|
24 |
+
This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on [512duncanl/c4_200m_cleaned_365k](https://huggingface.co/datasets/512duncanl/c4_200m_cleaned_365k), a cleaned subset of Google's [C4 200M](https://huggingface.co/datasets/liweili/c4_200m).
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.2685
|
27 |
- F0.5: 0.3635
|
|
|
67 |
- Transformers 4.53.2
|
68 |
- Pytorch 2.7.1+cu128
|
69 |
- Datasets 4.0.0
|
70 |
+
- Tokenizers 0.21.2
|