Update README.md
Browse files
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'
|