Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,8 @@ NormolLM-Coder-7B is a medium sized coding model, that achieves strong performan
|
|
31 |
|DeepSeek-R1-Distill-Qwen-7B| 37.36||
|
32 |
|Qwen2.5-Coder-32B| 28.31||
|
33 |
|Qwen2.5-Coder-7B| 15.83||
|
|
|
|
|
34 |
Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|
35 |
|
36 |
```python
|
|
|
31 |
|DeepSeek-R1-Distill-Qwen-7B| 37.36||
|
32 |
|Qwen2.5-Coder-32B| 28.31||
|
33 |
|Qwen2.5-Coder-7B| 15.83||
|
34 |
+
|
35 |
+
## Usage
|
36 |
Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|
37 |
|
38 |
```python
|