apoman commited on
Commit
0fa15cb
1 Parent(s): 81da23f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ A fine-tuned version of the T5 model for intent recognition. It is adept at disc
5
 
6
  **How to use:**
7
 
8
- ```
9
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
10
 
11
  model_path = 'voxreality/t5_nlu_intent_recognition'
 
5
 
6
  **How to use:**
7
 
8
+ ```python
9
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
10
 
11
  model_path = 'voxreality/t5_nlu_intent_recognition'