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

w11wo
/
Meta-Llama-3.1-8B-FourSquare-TKY-POI

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

Instructions to use w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B")
    model = PeftModel.from_pretrained(base_model, "w11wo/Meta-Llama-3.1-8B-FourSquare-TKY-POI")
  • Notebooks
  • Google Colab
  • Kaggle
Meta-Llama-3.1-8B-FourSquare-TKY-POI
36.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
w11wo's picture
w11wo
Added Model
0a7a005 almost 2 years ago
  • runs
    Added Model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.28 kB
    Added Model almost 2 years ago
  • adapter_config.json
    678 Bytes
    Added Model almost 2 years ago
  • adapter_model.safetensors
    27.3 MB
    xet
    Added Model almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    Added Model almost 2 years ago
  • tokenizer.json
    9.09 MB
    Added Model almost 2 years ago
  • tokenizer_config.json
    50.5 kB
    Added Model almost 2 years ago
  • training_args.bin
    5.43 kB
    xet
    Added Model almost 2 years ago