Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
bigcode
/
starcoder2-3b
like
149
Follow
BigCode
963
Text Generation
Transformers
Safetensors
bigcode/the-stack-v2-train
starcoder2
code
Eval Results
text-generation-inference
Inference Endpoints
arxiv:
5 papers
License:
bigcode-openrail-m
Model card
Files
Files and versions
Community
11
Train
Deploy
Use this model
RaymondLi
commited on
Jan 15
Commit
d65d24c
•
1 Parent(s):
b75eb95
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+5
-0
README.md
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
To use this model, install this version of transformers:
2
+
3
+
```
4
+
pip install "git+https://github.com/bigcode-project/transformers.git@gqa"
5
+
```