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

akashreddy2103
/
landfill

PEFT
Safetensors
lora
vision-language
satellite-imagery
methane-monitoring
landfill
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use akashreddy2103/landfill with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("LiquidAI/LFM2.5-VL-450M")
    model = PeftModel.from_pretrained(base_model, "akashreddy2103/landfill")
  • Notebooks
  • Google Colab
  • Kaggle
landfill / training_code /ml /training
26.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
akashreddy2103's picture
akashreddy2103
Upload folder using huggingface_hub
a0b5482 verified 4 months ago
  • dataset_manifest.py
    5.24 kB
    Upload folder using huggingface_hub 4 months ago
  • lora_artifacts.py
    4.17 kB
    Upload folder using huggingface_hub 4 months ago
  • modal_lora_train.py
    17.2 kB
    Upload folder using huggingface_hub 4 months ago