Skip to content

Commit

Permalink
move files to root
Browse files Browse the repository at this point in the history
  • Loading branch information
syke9p3 committed Jul 18, 2024
1 parent d599ec3 commit 0d13447
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 1 deletion.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ let modelStatus = "loading";

let classifier;


/**
* sets the status of the model
* @param {string} status
Expand Down
13 changes: 13 additions & 0 deletions server/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Todo

Goal: Retrain the hate speech classifier model

## Tasks

- [ ] save the Dataset object
- [ ] ONNX model for Transformers.js compatibility


# References

NielsRogge. Fine-tuning BERT (and friends) for multi-label text classification. https://colab.research.google.com/github/NielsRogge/Transformers-Tutorials/blob/master/BERT/Fine_tuning_BERT_(and_friends)_for_multi_label_text_classification.ipynb#scrollTo=pRd1kXQZjYIY
File renamed without changes.

0 comments on commit 0d13447

Please sign in to comment.