Update README.md
Browse files
README.md
CHANGED
@@ -44,21 +44,7 @@ This is the repository for the base 7B version finetuned based on [CodeLlama-7b-
|
|
44 |
| 34B | [opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |
|
45 |
|
46 |
|
47 |
-
## Model
|
48 |
-
|
49 |
-
To use this model, please make sure to install transformers from `main` until the next version is released:
|
50 |
-
|
51 |
-
```bash
|
52 |
-
pip install git+https://github.com/huggingface/transformers.git@main accelerate
|
53 |
-
```
|
54 |
-
|
55 |
-
Model capabilities:
|
56 |
-
|
57 |
-
- [x] Code completion.
|
58 |
-
- [x] Infilling.
|
59 |
-
- [ ] Instructions / chat.
|
60 |
-
- [ ] Python specialist.
|
61 |
-
|
62 |
|
63 |
```python
|
64 |
from transformers import AutoTokenizer
|
|
|
44 |
| 34B | [opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |
|
45 |
|
46 |
|
47 |
+
## Model Eval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
```python
|
50 |
from transformers import AutoTokenizer
|