ChrisBridges commited on
Commit
53a3396
1 Parent(s): 63183e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -19,6 +19,7 @@ tags:
19
  # LaBSE-Malach-Multilabel
20
 
21
  A multilabel text classification model fine-tuned on an English subset (Malach ASR) of the Visual History Archive.
 
22
  Input text segments consisted of ~350 words on average.
23
 
24
  Given an input string, the model predicts probablites for 1063 keyword IDs from the VHA ontology, sorted by probability.
 
19
  # LaBSE-Malach-Multilabel
20
 
21
  A multilabel text classification model fine-tuned on an English subset (Malach ASR) of the Visual History Archive.
22
+ Based on LaBSE pretrained weights but it uses the general Hugging Face framework, not sentence-transformers.
23
  Input text segments consisted of ~350 words on average.
24
 
25
  Given an input string, the model predicts probablites for 1063 keyword IDs from the VHA ontology, sorted by probability.