lvwerra HF staff commited on
Commit
57b9a99
1 Parent(s): a7327bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -25
README.md CHANGED
@@ -21,31 +21,34 @@ BigCode is an open scientific collaboration working on responsible training of l
21
 
22
  ---
23
 
24
- ## 💫StarCoder
25
- StarCoder is a 15.5B parameters language model for code trained for 1T tokens on 80+ programming languages. It uses MQA for efficient generation, has 8,192 tokens context window and can do fill-in-the-middle.
26
-
27
- ### Models
28
- - [Paper](https://arxiv.org/abs/2305.06161): A technical report about StarCoder.
29
- - [GitHub](https://github.com/bigcode-project/starcoder/tree/main): All you need to know about using or fine-tuning StarCoder.
30
- - [StarCoder](https://huggingface.co/bigcode/starcoder): StarCoderBase further trained on Python.
31
- - [StarCoderBase](https://huggingface.co/bigcode/starcoderbase): Trained on 80+ languages from The Stack.
32
- - [StarCoder+](https://huggingface.co/bigcode/starcoderplus): StarCoderBase further trained on English web data.
33
- - [StarEncoder](https://huggingface.co/bigcode/starencoder): Encoder model trained on TheStack.
34
- - [StarPii](https://huggingface.co/bigcode/starpii): StarEncoder based PII detector.
35
-
36
- ### Tools & Demos
37
- - [StarCoder Playground](https://huggingface.co/spaces/bigcode/bigcode-playground): Write with StarCoder Models!
38
- - [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode): Code with StarCoder!
39
- - [StarChat](https://huggingface.co/spaces/HuggingFaceH4/starchat-playground): Chat with StarCoder!
40
- - [Tech Assistant Prompt](https://huggingface.co/datasets/bigcode/ta-prompt): With this prompt you can turn StarCoder into tech assistant.
41
- - [StarCoder Editor](https://huggingface.co/spaces/bigcode/bigcode-editor): Edit with StarCoder!
42
-
43
- ### Data & Governance
44
- - [Governance Card](https://huggingface.co/datasets/bigcode/governance-card): A card outlining the governance of the model.
45
- - [StarCoder License Agreement](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement): The model is licensed under the BigCode OpenRAIL-M v1 license agreement.
46
- - [StarCoder Data](https://huggingface.co/datasets/bigcode/starcoderdata): Pretraining dataset of StarCoder.
47
- - [StarCoder Search](https://huggingface.co/spaces/bigcode/search): Full-text search code in the pretraining dataset.
48
- - [StarCoder Membership Test](https://stack.dataportraits.org/): Blazing fast test if code was present in pretraining dataset.
 
 
 
49
 
50
  ---
51
 
 
21
 
22
  ---
23
 
24
+ <details>
25
+ <summary>
26
+ ## 💫StarCoder</summary>
27
+ StarCoder is a 15.5B parameters language model for code trained for 1T tokens on 80+ programming languages. It uses MQA for efficient generation, has 8,192 tokens context window and can do fill-in-the-middle.
28
+
29
+ ### Models
30
+ - [Paper](https://arxiv.org/abs/2305.06161): A technical report about StarCoder.
31
+ - [GitHub](https://github.com/bigcode-project/starcoder/tree/main): All you need to know about using or fine-tuning StarCoder.
32
+ - [StarCoder](https://huggingface.co/bigcode/starcoder): StarCoderBase further trained on Python.
33
+ - [StarCoderBase](https://huggingface.co/bigcode/starcoderbase): Trained on 80+ languages from The Stack.
34
+ - [StarCoder+](https://huggingface.co/bigcode/starcoderplus): StarCoderBase further trained on English web data.
35
+ - [StarEncoder](https://huggingface.co/bigcode/starencoder): Encoder model trained on TheStack.
36
+ - [StarPii](https://huggingface.co/bigcode/starpii): StarEncoder based PII detector.
37
+
38
+ ### Tools & Demos
39
+ - [StarCoder Playground](https://huggingface.co/spaces/bigcode/bigcode-playground): Write with StarCoder Models!
40
+ - [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode): Code with StarCoder!
41
+ - [StarChat](https://huggingface.co/spaces/HuggingFaceH4/starchat-playground): Chat with StarCoder!
42
+ - [Tech Assistant Prompt](https://huggingface.co/datasets/bigcode/ta-prompt): With this prompt you can turn StarCoder into tech assistant.
43
+ - [StarCoder Editor](https://huggingface.co/spaces/bigcode/bigcode-editor): Edit with StarCoder!
44
+
45
+ ### Data & Governance
46
+ - [Governance Card](https://huggingface.co/datasets/bigcode/governance-card): A card outlining the governance of the model.
47
+ - [StarCoder License Agreement](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement): The model is licensed under the BigCode OpenRAIL-M v1 license agreement.
48
+ - [StarCoder Data](https://huggingface.co/datasets/bigcode/starcoderdata): Pretraining dataset of StarCoder.
49
+ - [StarCoder Search](https://huggingface.co/spaces/bigcode/search): Full-text search code in the pretraining dataset.
50
+ - [StarCoder Membership Test](https://stack.dataportraits.org/): Blazing fast test if code was present in pretraining dataset.
51
+ </details>
52
 
53
  ---
54