docling-project/docling-nlp-datasets
This repository contains the models used for docling-nlp. Contents This model repository packages the pretrained assets used by Docling’s NLP components: CRF models for material classification and English part-of-speech tagging fastText models for language detection, metadata, semantic, topic, and person-name classification Regular-expression assets for geographic-location extraction and unit handling A default tokenizer model Correct workflow to add new files… See the full description on the dataset page: https://huggingface.co/datasets/docling-project/docling-nlp-datasets.
This repository contains the models used for `docling-nlp`.
Contents
This model repository packages the pretrained assets used by Docling’s NLP components:
- CRF models for material classification and English part-of-speech tagging
- fastText models for language detection, metadata, semantic, topic, and person-name classification
- Regular-expression assets for geographic-location extraction and unit handling
- A default tokenizer model
Correct workflow to add new files
git lfs status
git commit -s -m "Add new models ..."
git lfs push origin main
git push origin main