mrm8488 commited on
Commit
461e80a
·
1 Parent(s): d2414e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,16 +7,16 @@ language:
7
 
8
  - Latest ckpt: https://huggingface.co/mrm8488/bloom-560m-finetuned-the-stack-rust/tree/100k
9
 
10
- ## Model
11
  [BigScience Large Open-science Open-access Multilingual Language Model](https://huggingface.co/bigscience/bloom-560m#model-details)
12
 
13
- ## Dataset
14
 
15
  **Rust** part of The [Stack](https://huggingface.co/datasets/bigcode/the-stack).
16
 
17
  The Stack contains over 6TB of permissively-licensed source code files covering 358 programming languages. The dataset was created as part of the BigCode Project, an open scientific collaboration working on the responsible development of Large Language Models for Code (Code LLMs). The Stack serves as a pre-training dataset for Code LLMs, i.e., code-generating AI systems which enable the synthesis of programs from natural language descriptions as well as other from code snippets.
18
 
19
- ## Example of usage
20
 
21
  ```py
22
  import torch
@@ -49,7 +49,7 @@ fn main(req: Request) -> Result<Response, Error> {
49
  complete_code(code_prompt)
50
  ```
51
 
52
- ## Citation
53
  ```
54
  @misc {manuel_romero_2022,
55
  author = { {Manuel Romero} },
 
7
 
8
  - Latest ckpt: https://huggingface.co/mrm8488/bloom-560m-finetuned-the-stack-rust/tree/100k
9
 
10
+ ## Model 🧠
11
  [BigScience Large Open-science Open-access Multilingual Language Model](https://huggingface.co/bigscience/bloom-560m#model-details)
12
 
13
+ ## Dataset 📚
14
 
15
  **Rust** part of The [Stack](https://huggingface.co/datasets/bigcode/the-stack).
16
 
17
  The Stack contains over 6TB of permissively-licensed source code files covering 358 programming languages. The dataset was created as part of the BigCode Project, an open scientific collaboration working on the responsible development of Large Language Models for Code (Code LLMs). The Stack serves as a pre-training dataset for Code LLMs, i.e., code-generating AI systems which enable the synthesis of programs from natural language descriptions as well as other from code snippets.
18
 
19
+ ## Example of usage 👩‍💻
20
 
21
  ```py
22
  import torch
 
49
  complete_code(code_prompt)
50
  ```
51
 
52
+ ## Citation ✒️
53
  ```
54
  @misc {manuel_romero_2022,
55
  author = { {Manuel Romero} },