tliu
/

Transformers
PyTorch
English
Inference Endpoints
File size: 742 Bytes
b487207
 
2cb7cf4
1cb48c6
2cb7cf4
 
 
 
b487207
2cb7cf4
1cb48c6
2cb7cf4
 
 
 
1cb48c6
2cb7cf4
 
 
 
 
1cb48c6
 
2cb7cf4
 
 
 
 
1cb48c6
2cb7cf4
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:
- conll2012_ontonotesv5
language:
- en
metrics:
- f1
---

# Model Card for asp-coref-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 coreference resolution 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:** Coreference Resolution
- **Dataset:** CoNLL 2012 OntoNotes
- **Base Model:** flan-t5-large

# Command

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