Skip to content

Commit

Permalink
Adds Python highlighting to the code block (huggingface#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGM authored Dec 21, 2022
1 parent 7431d48 commit 44fb732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager
### Example
This is a basic example on how to use the library. Based on a query the language model creates a response which is then evaluated. The evaluation could be a human in the loop or another model's output.

```
```python
# imports
import torch
from transformers import GPT2Tokenizer
Expand Down

0 comments on commit 44fb732

Please sign in to comment.