Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

alibakirx
/
pix2test1

Image-to-Text
Transformers
PyTorch
English
Turkish
pix2text
ocr
computer-vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use alibakirx/pix2test1 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="alibakirx/pix2test1")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("alibakirx/pix2test1", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pix2test1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
alibakirx's picture
alibakirx
Upload README.md with huggingface_hub
1a9df35 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.17 kB
    Upload README.md with huggingface_hub 10 months ago
  • app.py
    3.09 kB
    Upload app.py with huggingface_hub 10 months ago
  • config.json
    265 Bytes
    Upload config.json with huggingface_hub 10 months ago
  • model.py
    4 kB
    Upload model.py with huggingface_hub 10 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    430 MB
    xet
    Upload pytorch_model.bin with huggingface_hub 10 months ago
  • requirements.txt
    217 Bytes
    Upload requirements.txt with huggingface_hub 10 months ago