migtissera mishig HF staff commited on
Commit
468cd94
1 Parent(s): f69a328

Add correct code highlighting (#1)

Browse files

- Add correct code highlighting (76522038c06debabdbb6232ea39864676ca22a94)


Co-authored-by: Mishig Davaadorj <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
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