Commit
•
468cd94
1
Parent(s):
f69a328
Add correct code highlighting (#1)
Browse files- Add correct code highlighting (76522038c06debabdbb6232ea39864676ca22a94)
Co-authored-by: Mishig Davaadorj <mishig@users.noreply.huggingface.co>
README.md
CHANGED
@@ -62,7 +62,7 @@ WhiteRabbitNeo is a model series that can be used for offensive and defensive cy
|
|
62 |
|
63 |
Our 33B model is now getting released as a public preview of its capabilities, and also to assess the societal impact of such an AI.
|
64 |
|
65 |
-
```
|
66 |
import torch, json
|
67 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
68 |
|
|
|
62 |
|
63 |
Our 33B model is now getting released as a public preview of its capabilities, and also to assess the societal impact of such an AI.
|
64 |
|
65 |
+
```python
|
66 |
import torch, json
|
67 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
68 |
|