datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
hebrew-trc-special-markersspan-marker-base-model-detection
SpanMarker Base Model Detection
It is relative simply to determine base model of a fine-tuned SpanMarker model:
import os
from huggingface_hub import login, HfApi
hf_token = os.environ.get("HF_TOKEN")
login(token=hf_token, add_to_git_credential=True)
api = HfApi()
Please make sure that HF_TOKEN is set as environment variable.
After that, list of all SpanMarker models can be retrieved and configuration file is parsed.
Please make sure that span-marker library is installed:
from… See the full description on the dataset page: https://huggingface.co/datasets/stefan-it/span-marker-base-model-detection.trc-hebrew-no-special-markers
