Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ language:
|
|
| 8 |
base_model:
|
| 9 |
- google-t5/t5-base
|
| 10 |
---
|
|
|
|
|
|
|
| 11 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 12 |
|
| 13 |
# Load the pre-trained model and tokenizer
|
|
|
|
| 8 |
base_model:
|
| 9 |
- google-t5/t5-base
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
```python
|
| 13 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 14 |
|
| 15 |
# Load the pre-trained model and tokenizer
|