Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ git clone https://huggingface.co/him1411/EDGAR-T5-base
|
|
43 |
Inference Example
|
44 |
=============
|
45 |
|
46 |
-
Here, we provide an example for the "
|
47 |
|
48 |
```python
|
49 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
43 |
Inference Example
|
44 |
=============
|
45 |
|
46 |
+
Here, we provide an example for the "ContextNER" task. Below is an example of one instance.
|
47 |
|
48 |
```python
|
49 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|