Commit History

add generate segments warning
8657a9c
unverified

Michael C commited on

Add run command to Makefile
78f9176

Joshua Lochner commited on

Fix shared prediction cache
004109e

Joshua Lochner commited on

Fix typo
f11d2c2

Joshua Lochner commited on

Update prediction caching system to store predictions per model
14ea568

Joshua Lochner commited on

Add option to streamlit app for model selection
e68b946

Joshua Lochner commited on

Update model name for streamlit app
29f5ee8

Joshua Lochner commited on

Add workflow to check for large files on pull request
3c87e6c

Joshua Lochner commited on

Create github workflow for synchronising with huggingface
3a2b3b7

Joshua Lochner commited on

Update requirements.txt
58d96c9

Joshua Lochner commited on

Update requirements.txt
95d8e01

Joshua Lochner commited on

Update app.py
9ce97dc

Joshua Lochner commited on

Update streamlit app to download the classifier and vectorizer from the hub
00f77c2

Joshua Lochner commited on

Add compatibility for streamlit v1.0
fc2e81f

Joshua Lochner commited on

Move streamlit app back to root directory
b814da5

Joshua Lochner commited on

Update README.md
77b58cb

Joshua Lochner commited on

Update README.md
c5ff749

Joshua Lochner commited on

Create README.md
60da9e8

Joshua Lochner commited on

Move app to demo folder
96a0a8f

Joshua Lochner commited on

Remove temp files
9098598

Joshua Lochner commited on

Create basic streamlit application
4822df2

Joshua Lochner commited on

Use classifier category if transformer generates unknown category
ad7fc61

Joshua Lochner commited on

Remove redundant count
a6de017

Joshua Lochner commited on

Add compatibility for python 3.6+
7781f10

Joshua Lochner commited on

Remove unused methods and improve caching
9ced7bd

Joshua Lochner commited on

Use multiclass classifier to filter predictions
25f1183

Joshua Lochner commited on

Change to multiclass classifier
320a2ba

Joshua Lochner commited on

Use `itertools.islice` instead of custom slicing
3af0cd0

Joshua Lochner commited on

Update evaluate.py
b3b69aa

Joshua Lochner commited on

Add tokens for each category
4f1ee08

Joshua Lochner commited on

Move `jaccard` to utils
13df84e

Joshua Lochner commited on

Improve preprocessing
3879103

Joshua Lochner commited on

Change `extract_segment` to use a binary search
915339e

Joshua Lochner commited on

Move `jaccard` to utils
b309907

Joshua Lochner commited on

Format utils code
a197a49

Joshua Lochner commited on

Improve parallel execution of functions
07690ba

Joshua Lochner commited on

Allow seeding for evaluations
63f1925

Joshua Lochner commited on

Temporarily disable filtering of predictions using classifier
69fe24d

Joshua Lochner commited on

Improve segmentation logic
c2ccf6d

Joshua Lochner commited on

Remove .gitignore from out folder
063e3aa

Joshua Lochner commited on

Update requirements.txt
45c17cf

Joshua Lochner commited on

Add functionality to predict self-promo and interaction reminders
90d1f68

Joshua Lochner commited on

Add cache system for loading classifiers/vectorizers
4678c9b

Joshua Lochner commited on

Improve prediction output format
74c1216

Joshua Lochner commited on

Remove unnecessary function call
3f7ce4e

Joshua Lochner commited on

Ensure `input_ids` are on the correct device when predicting
5dd37ab

Joshua Lochner commited on

Add `__pycache__` to gitignore
bb74d9f

Joshua Lochner commited on

Fix prediction and evaluation arguments
9b9ffd0

Joshua Lochner commited on

Add output directory for training files
bdcc521

Joshua Lochner commited on

Improve folder structure for transcripts
657c2ee

Joshua Lochner commited on