File size: 712 Bytes
7b1230e
 
e06a64c
 
 
 
 
 
7b1230e
e06a64c
3251de6
e06a64c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-base

![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-base

# Command

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