Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

codetree
/
ted-model0.1

Adapters
Safetensors
Korean
llama
code
unsloth
trl
sft
Model card Files Files and versions
xet
Community

Instructions to use codetree/ted-model0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Adapters

    How to use codetree/ted-model0.1 with Adapters:

    from adapters import AutoAdapterModel
    
    model = AutoAdapterModel.from_pretrained("undefined")
    model.load_adapter("codetree/ted-model0.1", set_active=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use codetree/ted-model0.1 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for codetree/ted-model0.1 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for codetree/ted-model0.1 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for codetree/ted-model0.1 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="codetree/ted-model0.1",
        max_seq_length=2048,
    )
ted-model0.1
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
codetree's picture
codetree
Trained with Unsloth
16fd0a5 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    125 Bytes
    Trained with Unsloth almost 2 years ago
  • config.json
    791 Bytes
    Trained with Unsloth almost 2 years ago
  • generation_config.json
    143 Bytes
    Trained with Unsloth almost 2 years ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model-00004-of-00004.safetensors
    1.17 GB
    xet
    Trained with Unsloth almost 2 years ago
  • model.safetensors.index.json
    24 kB
    Trained with Unsloth almost 2 years ago
  • special_tokens_map.json
    350 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    51 kB
    Upload tokenizer almost 2 years ago