Add library_name and code highlighting
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: unknown
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-Coder-7B
|
@@ -22,7 +23,7 @@ The DiffuCoder-7B-Base model is our foundational masked diffusion LLM for code g
|
|
22 |
|
23 |
- GitHub: https://github.com/apple/ml-diffucoder
|
24 |
|
25 |
-
```
|
26 |
import torch
|
27 |
from transformers import AutoModel, AutoTokenizer
|
28 |
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: unknown
|
4 |
base_model:
|
5 |
- Qwen/Qwen2.5-Coder-7B
|
|
|
23 |
|
24 |
- GitHub: https://github.com/apple/ml-diffucoder
|
25 |
|
26 |
+
```python
|
27 |
import torch
|
28 |
from transformers import AutoModel, AutoTokenizer
|
29 |
|