Skip to content

Commit

Permalink
Add references to stormtrooper processor
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Oct 11, 2024
1 parent d399921 commit 0bc88a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions processors/machine_learning/annotate_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ class TextClassifier(BasicProcessor):
"provided categories.") # description displayed in UI
extension = "csv" # extension of result file, used internally and in UI

references = [
"Annotations are made using the [Stormtrooper](https://centre-for-humanities-computing.github.io/stormtrooper/) library",
"Model card: [google/flan-t5-large](https://huggingface.co/google/flan-t5-large)",
"Model card: [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)",
"Model card: [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct)"
]

config = {
"dmi-service-manager.stormtrooper_intro-1": {
"type": UserInput.OPTION_INFO,
Expand Down

0 comments on commit 0bc88a3

Please sign in to comment.