docling-project/docling-nlp-models

🤗 Hugging Face 来源apache-2.0364 MBother✓ 17 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo docling-project/docling-nlp-models ./model-folder
需要做种者 →

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