Add correct code highlighting
Browse files
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 |
|