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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zenosai
/
MonkeyOCRv2-B

Image Feature Extraction
Transformers
Safetensors
monkeyocr_vit
feature-extraction
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use zenosai/MonkeyOCRv2-B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zenosai/MonkeyOCRv2-B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="zenosai/MonkeyOCRv2-B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("zenosai/MonkeyOCRv2-B", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MonkeyOCRv2-B
455 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
zenosai's picture
zenosai
Update README.md
2a2b8f3 verified about 17 hours ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    42 kB
    Update README.md about 17 hours ago
  • config.json
    774 Bytes
    Upload folder using huggingface_hub 5 days ago
  • configuration_monkeyocrv2vit.py
    2.58 kB
    Upload folder using huggingface_hub 4 days ago
  • model.safetensors
    455 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • modeling_monkeyocrv2_vision.py
    25.2 kB
    Upload folder using huggingface_hub 4 days ago
  • preprocessor_config.json
    452 Bytes
    Upload folder using huggingface_hub 5 days ago
  • processor_config.json
    142 Bytes
    Upload folder using huggingface_hub 5 days ago