Instructions to use pitehu/T5_NER_CONLL_ENTITYREPLACE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pitehu/T5_NER_CONLL_ENTITYREPLACE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pitehu/T5_NER_CONLL_ENTITYREPLACE") model = AutoModelForSeq2SeqLM.from_pretrained("pitehu/T5_NER_CONLL_ENTITYREPLACE") - Notebooks
- Google Colab
- Kaggle
Tiancheng Hu commited on
Commit ·
423ef16
1
Parent(s): efc4868
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Evaluation Result:
|
|
| 21 |
|
| 22 |
| Model| ExT5_{Base} | This Model | T5_NER_CONLL_OUTPUTLIST
|
| 23 |
| :---: | :---: | :---: | :---: |
|
| 24 |
-
| % of Complete Match| 86.53 | 79.03 |
|
| 25 |
|
| 26 |
|
| 27 |
|
|
@@ -31,7 +31,7 @@ F1 score on testing set of those with matching length:
|
|
| 31 |
|
| 32 |
| Attempt | #1 | #2 |
|
| 33 |
| :---: | :---: | :---: |
|
| 34 |
-
| Seconds |
|
| 35 |
|
| 36 |
|
| 37 |
|
|
|
|
| 21 |
|
| 22 |
| Model| ExT5_{Base} | This Model | T5_NER_CONLL_OUTPUTLIST
|
| 23 |
| :---: | :---: | :---: | :---: |
|
| 24 |
+
| % of Complete Match| 86.53 | 79.03 | TBA|
|
| 25 |
|
| 26 |
|
| 27 |
|
|
|
|
| 31 |
|
| 32 |
| Attempt | #1 | #2 |
|
| 33 |
| :---: | :---: | :---: |
|
| 34 |
+
| Seconds | tba| tba|
|
| 35 |
|
| 36 |
|
| 37 |
|