docling-project/docling-nlp-models

🤗 Hugging Face sourceapache-2.0364 MBother✓ 17 checksumsupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo docling-project/docling-nlp-models ./model-folder
Needs a seeder →

Models for docling-parse

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