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

Add link to code (#2)

Browse files

- Add link to code (70bffee8803263ec30a13f721a6ebd04a5ec6af2)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -2
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
+ ```