Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kharvd/wnut17-llm-bench


https://github.com/kharvd/wnut17-llm-bench

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

## Preprocessing

Dataset from https://noisy-text.github.io/2017/emerging-rare-entities.html

```bash
cat emerging.dev.conll | python ./process_dataset.py >| emerging.dev.jsonl
```

## Extracting entities

(Small subset for testing)

```bash
head -n100 ./emerging.dev.jsonl | COHERE_API_KEY= python run_cohere.py --num_threads 3 --out_file emerging.dev.predicted.command-r-plus.jsonl
```

## Evaluation

```bash
python ./eval.py emerging.dev.jsonl emerging.dev.predicted.command-r-plus.jsonl
```