KomeijiForce commited on
Commit
0c47f71
1 Parent(s): 7e18a5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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