Skip to content

AYLIEN/fine-grained-event-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Shot Fine-grained Event Classification

Label a stream of texts according to a taxonomy of event types. For each label, we only require an English description.

Blog Post

Blog Post

Notebooks

(1) clone repo

git clone https://github.com/AYLIEN/fine-grained-event-classification

(2) create and activate a new environment (we like miniconda)

conda create -n event-classification python=3.7
conda activate event-classification

(3) install dependencies

pip install -r requirements.txt

(4) install jupyter notebook

pip install jupyter notebook

(5) run jupyter notebook from the notebooks/ directory

cd notebooks
jupyter notebook

About

research repo for fine grained event classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published