Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# MetaIE
|
| 17 |
|
| 18 |
-
This a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint that can be well-transferred to all kinds of downstream information extraction tasks. This model can also be tested by different label-to-span matching as shown in the following example:
|
| 19 |
|
| 20 |
```python
|
| 21 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
|
|
|
| 15 |
|
| 16 |
# MetaIE
|
| 17 |
|
| 18 |
+
This is a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint that can be well-transferred to all kinds of downstream information extraction tasks. This model can also be tested by different label-to-span matching as shown in the following example:
|
| 19 |
|
| 20 |
```python
|
| 21 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|