Add project page link to model card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- language-modeling
|
5 |
- causal-lm
|
6 |
- bias-analysis
|
7 |
- cognitive-bias
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
base_model:
|
11 |
-
- google/t5-v1_1-xxl
|
12 |
-
pipeline_tag: text2text-generation
|
13 |
-
library_name: transformers
|
14 |
---
|
15 |
|
16 |
# Model Card for T5-Flan
|
@@ -28,6 +28,7 @@ This is one of 3 identical versions trained with different random seeds.
|
|
28 |
- **License**: Apache 2.0
|
29 |
- **Finetuned from**: `google/t5-v1_1-xxl`
|
30 |
- **Paper**: https://arxiv.org/abs/2507.07186
|
|
|
31 |
- **Repository**: https://github.com/itay1itzhak/planted-in-pretraining
|
32 |
|
33 |
## Uses
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- google/t5-v1_1-xxl
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
license: apache-2.0
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
tags:
|
10 |
- language-modeling
|
11 |
- causal-lm
|
12 |
- bias-analysis
|
13 |
- cognitive-bias
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Card for T5-Flan
|
|
|
28 |
- **License**: Apache 2.0
|
29 |
- **Finetuned from**: `google/t5-v1_1-xxl`
|
30 |
- **Paper**: https://arxiv.org/abs/2507.07186
|
31 |
+
- **Project Page**: https://itay1itzhak.github.io/planted-in-pretraining
|
32 |
- **Repository**: https://github.com/itay1itzhak/planted-in-pretraining
|
33 |
|
34 |
## Uses
|