ChrisBridges commited on
Commit
83d7498
1 Parent(s): 716dd68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -15,4 +15,10 @@ tags:
15
 
16
  # LaBSE-Malach-Multilabel
17
 
18
- Multilabel text classification model fine-tuned on an English subset (Malach ASR) of the Visual History Archive. Given an input string, it predicts probablities for 1065 keyword IDs from the VHA ontology. The mapping from keyword IDs to labels is not yet provided.
 
 
 
 
 
 
 
15
 
16
  # LaBSE-Malach-Multilabel
17
 
18
+ A multilabel text classification model fine-tuned on an English subset (Malach ASR) of the Visual History Archive.
19
+ Input text segments consisted of ~350 words on average.
20
+
21
+ Given an input string, the model predicts probablites for 1063 keyword IDs from the VHA ontology, sorted by probability.
22
+ Typically, probabilities >= 0.5 are "True" if encoding them in a binary vector.
23
+
24
+ The mapping from keyword IDs to labels will be added to the repository.