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

4yo1
/
llama_1

Translation
Transformers
Safetensors
English
Korean
llama
text-generation
llama-3-ko
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use 4yo1/llama_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 4yo1/llama_1 with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" 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("translation", model="4yo1/llama_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("4yo1/llama_1")
    model = AutoModelForCausalLM.from_pretrained("4yo1/llama_1")
  • Notebooks
  • Google Colab
  • Kaggle
llama_1
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
4yo1's picture
4yo1
Update README.md
2f75680 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    793 Bytes
    Update README.md almost 2 years ago
  • config.json
    654 Bytes
    Upload 9 files almost 2 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Upload 9 files almost 2 years ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Upload 9 files almost 2 years ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Upload 9 files almost 2 years ago
  • model-00004-of-00004.safetensors
    1.17 GB
    xet
    Upload 9 files almost 2 years ago
  • model.safetensors.index.json
    24 kB
    Upload 9 files almost 2 years ago
  • special_tokens_map.json
    73 Bytes
    Upload 9 files almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload 9 files almost 2 years ago
  • tokenizer_config.json
    51 kB
    Upload 9 files almost 2 years ago