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

gremlin97
/
remote_sensing_gpt_expt2

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use gremlin97/remote_sensing_gpt_expt2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b1")
    model = PeftModel.from_pretrained(base_model, "gremlin97/remote_sensing_gpt_expt2")
  • Notebooks
  • Google Colab
  • Kaggle
remote_sensing_gpt_expt2 / runs
18.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
gremlin97's picture
gremlin97
End of training
92cdefa verified about 2 years ago
  • Apr17_02-51-21_4140fb3af5f2
    Training in progress, step 500 about 2 years ago
  • Apr17_02-53-52_4140fb3af5f2
    Training in progress, step 2000 about 2 years ago
  • Apr17_04-44-36_93460a220e53
    End of training about 2 years ago