Skip to content

Commit 80b46b1

Browse files
authored
Update README.md
github -> GitHub
1 parent 3839ae4 commit 80b46b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 💫 StarCoder
22

33
# What is this about?
4-
💫 StarCoder is a language model (LM) trained on source code and natural language text. Its training data incorporates more that 80 different programming languages as well as text extracted from github issues and commits and from notebooks. This repository showcases how we get an overview of this LM's capabilities.
4+
💫 StarCoder is a language model (LM) trained on source code and natural language text. Its training data incorporates more that 80 different programming languages as well as text extracted from GitHub issues and commits and from notebooks. This repository showcases how we get an overview of this LM's capabilities.
55

66
# Disclaimer
77

@@ -19,7 +19,7 @@ Before you can use the model go to `hf.co/bigcode/starcoder` and accept the agre
1919
- [Merging PEFT adapter layers](#merging-peft-adapter-layers)
2020

2121
# Quickstart
22-
StarCoder was trained on github code, thus it can be used to perform code generation. More precisely, the model can complete the implementation of a function or infer the following characters in a line of code. This can be done with the help of the 🤗's [transformers](https://github.com/huggingface/transformers) library.
22+
StarCoder was trained on GitHub code, thus it can be used to perform code generation. More precisely, the model can complete the implementation of a function or infer the following characters in a line of code. This can be done with the help of the 🤗's [transformers](https://github.com/huggingface/transformers) library.
2323

2424
## Installation
2525
First, we have to install all the libraries listed in `requirements.txt`

0 commit comments

Comments
 (0)