Add link to project page
Browse filesThis PR enhances the model card by adding a link to the project page.
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- language-modeling
|
5 |
- causal-lm
|
@@ -8,14 +16,6 @@ tags:
|
|
8 |
- seed
|
9 |
- bias
|
10 |
- randomness
|
11 |
-
datasets:
|
12 |
-
- ai2-adapt-dev/flan_v2_converted
|
13 |
-
language:
|
14 |
-
- en
|
15 |
-
base_model:
|
16 |
-
- allenai/OLMo-7B
|
17 |
-
pipeline_tag: text-generation
|
18 |
-
library_name: transformers
|
19 |
---
|
20 |
|
21 |
# Model Card for OLMo-Flan
|
@@ -33,6 +33,7 @@ We study whether cognitive biases in LLMs emerge from pretraining, instruction t
|
|
33 |
- **License**: Apache 2.0
|
34 |
- **Finetuned from**: `allenai/OLMo-7B`
|
35 |
- **Paper**: https://arxiv.org/abs/2507.07186
|
|
|
36 |
- **Repository**: https://github.com/anonymous/bias-causal-origins
|
37 |
|
38 |
## Uses
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- allenai/OLMo-7B
|
4 |
+
datasets:
|
5 |
+
- ai2-adapt-dev/flan_v2_converted
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
license: apache-2.0
|
10 |
+
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- language-modeling
|
13 |
- causal-lm
|
|
|
16 |
- seed
|
17 |
- bias
|
18 |
- randomness
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Model Card for OLMo-Flan
|
|
|
33 |
- **License**: Apache 2.0
|
34 |
- **Finetuned from**: `allenai/OLMo-7B`
|
35 |
- **Paper**: https://arxiv.org/abs/2507.07186
|
36 |
+
- **Project Page**: https://itay1itzhak.github.io/planted-in-pretraining
|
37 |
- **Repository**: https://github.com/anonymous/bias-causal-origins
|
38 |
|
39 |
## Uses
|