Florian Borchert
Florian Borchert
I am using OpenCVFrameProvider to take SpectatorView Videos with a GoPro Hero 5 Black and Razor Ripsaw Capture Card. However, at FullHD and 30fps, the video stream in Unity is...
Do you use all of PMC or only the Open Access subset to pre-train the model?
Resolves #695 - Update DisTEMIST to final release used in shared task (5.1) - Included NED annotations from both entity linking training sets - Added configs for different subtracks (entities...
Dear all, I am trying to add NED annotations for different datasets (e.g., [Quaero](https://github.com/bigscience-workshop/biomedical/issues/702) and [DisTEMIST](https://github.com/bigscience-workshop/biomedical/issues/695)), and I wonder how to use the `normalized` attribute when there are multiple concept...
Hello and thanks for sharing this great project. Regarding fine-tuning of SapBERT, the README states > For finetuning on your customised dataset, generate data in the format of [...] where...
Dear all, I'm trying to use the new span visualizer to display some custom, nested spans predicted by spancat. This is my code: ``` MODEL_PATH = # ... DEFAULT_TEXT =...
Closes #891 Mantra GSC was moved from the original website to GitHub: https://github.com/mi-erasmusmc/Mantra-Gold-Standard-Corpus/tree/main This PR makes the loader point to the new URL and creates a HF Hub version of...
closes #914 ### Checkbox - [x] Confirm that this PR is linked to the dataset issue. - [x] Create the dataloader script `hub/hub_repos/my_dataset/my_dataset.py` (please use only lowercase and underscore for...
## Adding a Dataset - **Name:** *SympTEMIST* - **Description:** *BioCreative VIII SympTEMIST task https://temu.bsc.es/symptemist/* - **Task:** *NER, NED* - **Paper:** *https://zenodo.org/records/10104547* - **Data:** *https://doi.org/10.5281/zenodo.8223653* - **License:** *[Creative Commons Attribution 4.0...
`datasets.load_dataset('bigbio/mantra_gsc')` does not work. There is an implementation of a loader though: https://github.com/bigscience-workshop/biomedical/tree/main/bigbio/biodatasets/mantra_gsc Was this implementation not migrated to the hub?