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

badianeai
/
AnandaSky

Image-to-Text
Transformers
Safetensors
Chinese
ananda
text-generation
ocr
htr
vision-language-model
historical-documents
chinese
classical-chinese
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use badianeai/AnandaSky with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="badianeai/AnandaSky", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("badianeai/AnandaSky", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AnandaSky
3.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
colibrisson1's picture
colibrisson1
Change duowendiyi image size.
57ef965 2 months ago
  • assets
    Add duowendiyi image to README. 2 months ago
  • .gitattributes
    1.57 kB
    Track metadata JSON as regular Git files 2 months ago
  • README.md
    5.99 kB
    Change duowendiyi image size. 2 months ago
  • added_tokens.json
    707 Bytes
    Track metadata JSON as regular Git files 2 months ago
  • chat_template.jinja
    4.17 kB
    Initial commit 2 months ago
  • config.json
    2.07 kB
    Track metadata JSON as regular Git files 2 months ago
  • generation_config.json
    147 Bytes
    Track metadata JSON as regular Git files 2 months ago
  • inference_processor.py
    18.5 kB
    Initial commit 2 months ago
  • merges.txt
    1.67 MB
    Initial commit 2 months ago
  • model.safetensors
    3.13 GB
    xet
    Initial commit 2 months ago
  • modeling_anandasky.py
    127 kB
    Initial commit 2 months ago
  • processor_config.json
    748 Bytes
    Track metadata JSON as regular Git files 2 months ago
  • special_tokens_map.json
    756 Bytes
    Track metadata JSON as regular Git files 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Initial commit 2 months ago
  • tokenizer_config.json
    5.41 kB
    Track metadata JSON as regular Git files 2 months ago
  • vocab.json
    2.78 MB
    Track metadata JSON as regular Git files 2 months ago