Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kitjesen
/
MinerU

Feature Extraction
Transformers
Safetensors
Chinese
English
mineru
pdf-to-markdown
custom_code
Model card Files Files and versions
xet
Community

Instructions to use kitjesen/MinerU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kitjesen/MinerU with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kitjesen/MinerU", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("kitjesen/MinerU", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MinerU
8.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
kitjesen's picture
kitjesen
Upload 14 files
c135d9e verified over 1 year ago
  • models
    Upload 62 files over 1 year ago
  • .gitattributes
    178 Bytes
    Upload 9 files over 1 year ago
  • README.md
    1.76 kB
    Upload 14 files over 1 year ago
  • __init__.py
    92 Bytes
    Upload 12 files over 1 year ago
  • app.py
    947 Bytes
    Upload 12 files over 1 year ago
  • config.json
    886 Bytes
    Upload 14 files over 1 year ago
  • metadata.json
    285 Bytes
    Upload 14 files over 1 year ago
  • mineru_token.txt
    0 Bytes
    Upload 13 files over 1 year ago
  • model-card.yml
    173 Bytes
    Upload 12 files over 1 year ago
  • model_index.json
    295 Bytes
    Upload 12 files over 1 year ago
  • model_loader.py
    1.08 kB
    Upload 6 files over 1 year ago
  • modeling.py
    203 Bytes
    Upload 13 files over 1 year ago
  • pipeline.py
    3.05 kB
    Upload 14 files over 1 year ago
  • requirements.txt
    85 Bytes
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    104 Bytes
    Upload 12 files over 1 year ago
  • tokenizer_config.json
    108 Bytes
    Upload 9 files over 1 year ago