Text Generation
Transformers
PyTorch
Safetensors
English
llama
text-generation-inference
Inference Endpoints
Vadim Borisov commited on
Commit
75c2a73
1 Parent(s): 01ac7c2

Update README.md

Browse files

improve readability

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The dataset used is [OpenAssistant/oasst_top1_2023-08-25](https://huggingface.co
25
  #### How to use
26
  You will need the transformers>=4.31
27
  Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
28
- ```
29
  from transformers import AutoTokenizer
30
  import transformers
31
  import torch
 
25
  #### How to use
26
  You will need the transformers>=4.31
27
  Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
28
+ ```py
29
  from transformers import AutoTokenizer
30
  import transformers
31
  import torch