mrm8488 commited on
Commit
0ea841e
·
1 Parent(s): b681cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -5,4 +5,19 @@ language:
5
 
6
  # BLOOM (560M ckpt) fine-tuned on The Stack RUST code
7
 
8
- - Latest ckpt: https://huggingface.co/mrm8488/bloom-560m-finetuned-the-stack-rust/tree/100k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  # BLOOM (560M ckpt) fine-tuned on The Stack RUST code
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
+
20
+
21
+
22
+
23
+