Add link to code
Browse filesThe model card is already quite complete, so this PR just adds the code link for easier navigation to the official implementation.
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- togethercomputer/RedPajama-Data-1T
|
5 |
language:
|
6 |
- en
|
7 |
-
pipeline_tag: text-generation
|
8 |
library_name: transformers
|
|
|
|
|
9 |
---
|
10 |
|
|
|
11 |
## BSL-1.7B
|
12 |
|
13 |
[paper](https://arxiv.org/abs/2410.07064) | [code](https://github.com/microsoft/LMOps/tree/main/data_selection)
|
@@ -34,3 +35,4 @@ PDS-selected data improves the performance of language models pre-trained from s
|
|
34 |
year={2024}
|
35 |
}
|
36 |
```
|
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- togethercomputer/RedPajama-Data-1T
|
4 |
language:
|
5 |
- en
|
|
|
6 |
library_name: transformers
|
7 |
+
license: apache-2.0
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
+
```markdown
|
12 |
## BSL-1.7B
|
13 |
|
14 |
[paper](https://arxiv.org/abs/2410.07064) | [code](https://github.com/microsoft/LMOps/tree/main/data_selection)
|
|
|
35 |
year={2024}
|
36 |
}
|
37 |
```
|
38 |
+
```
|