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

JonathanJMK
/
FALCON

Image Segmentation
Transformers
Safetensors
English
falcon_x
feature-extraction
falcon-x
vision-language
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use JonathanJMK/FALCON with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="JonathanJMK/FALCON", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("JonathanJMK/FALCON", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FALCON / tokenizer
501 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
JonathanJMK's picture
JonathanJMK
Upload complete FALCON model and project documentation
c645013 verified 5 days ago
  • special_tokens_map.json
    552 Bytes
    Upload complete FALCON model and project documentation 5 days ago
  • tokenizer.model
    500 kB
    xet
    Upload complete FALCON model and project documentation 5 days ago
  • tokenizer_config.json
    994 Bytes
    Upload complete FALCON model and project documentation 5 days ago