Atakan Okan
Atakan Okan
Hi, Especially in volatile situations, I have seen some of my stop orders were run past because the limit price and stop price are the same thus there is a...
### Description Is it possible to finetune BERT NER on custom entity labels other than what is shown in https://github.com/microsoft/nlp/blob/master/examples/named_entity_recognition/ner_wikigold_bert.ipynb (Cell 4) : ``` Unique entity labels: ['O', 'I-LOC', 'I-MISC',...
I am having trouble installing Baidu CTC decoder (https://nvidia.github.io/OpenSeq2Seq/html/installation.html#installation-of-openseq2seq-for-speech-recognition) using `scripts/install_decoders.sh`. Because I am **behind a proxy**, I have to bypass `git clone`s and `wget`s, which I can do using...
For non-PDF items in Zotero, enable a way to use notes as `Extracted Annotations`. For example, if I have notes on a Video Recording that is timestamped (like below), these...
**Is your feature request related to a problem? Please describe.** I usually do sequence labeling (NER) with label-studio however when I also add relations and some labels to those relations,...
Hi, First of all thank you for the excellent plugin for Obsidian. The bug I have noticed in my workflow is the annotations not getting updated if the "Literature Note"...
Is there any way to return an array of objects (e.g. return multiple `car` objects): ``` {"type": "object", "properties": {"car": {"type": "object", "properties": {"make": {"type": "string"}, "model": {"type": "string"}, "year":...