Text Generation
Transformers
PyTorch
English
mistral
text-generation-inference
nielsr HF Staff commited on
Commit
1f32751
·
verified ·
1 Parent(s): bab8c10

Add link to code repository

Browse files

This PR adds a link to the GitHub repository containing the code for the PDS-1B model. This makes it easier for users to access the code
and reproduce the results presented in the paper.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,11 +1,11 @@
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
  ## PDS-1B
@@ -51,4 +51,4 @@ PDS-selected data improves the performance of language models pre-trained from s
51
  journal={arXiv preprint arXiv:2410.07064},
52
  year={2024}
53
  }
54
- ```
 
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
  ## PDS-1B
 
51
  journal={arXiv preprint arXiv:2410.07064},
52
  year={2024}
53
  }
54
+ ```