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

https://github.com/dnanhkhoa/mat

MAT: Multihop Annotation Tool
https://github.com/dnanhkhoa/mat

annotation-tool data-annotation multihop multihop-question-answering multihop-reasoning

Last synced: 7 months ago
JSON representation

MAT: Multihop Annotation Tool

Awesome Lists containing this project

README

          

# MAT

MAT: Multihop Annotation Tool

![Demo](assets/demo.png)

## Installation

```sh
conda create -n multihop-annotation-tool python=3.10

conda activate multihop-annotation-tool

pip install -r requirements.txt

git lfs install

git clone https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 models/all-MiniLM-L6-v2
```

## Usage

```sh
./run.sh
```

Access via http://127.0.0.1:8000

## License

[MIT](https://choosealicense.com/licenses/mit/)