File size: 716 Bytes
83bd8c0
 
8f6ea5e
 
 
 
 
 
83bd8c0
8f6ea5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
datasets:
- conll2003
language:
- en
metrics:
- f1
---

# Model Card for asp-ner-flan-t5-large

![model image](https://github.com/lyutyuh/ASP/raw/master/figs/illustration.gif)

# Intro
This model is initialized from flan-t5-base and finetuned for named entity recognition task. 
The model structure is described in the paper [Autoregressive Structured Prediction with Language Models](https://arxiv.org/pdf/2210.14698v2.pdf),
[Github repo](https://github.com/lyutyuh/ASP).

# Model Description

- **Task:** Named Entity Recognition
- **Dataset:** CoNLL-03
- **Base Model:** flan-t5-large

# Command

```bash
CUDA_VISIBLE_DEVICES=0 python evaluate_ner.py flant5_large tliu/asp-ner-flan-t5-large 0
```