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

alexredna
/
Tukan-1.1B-Chat-reasoning-sft

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

Instructions to use alexredna/Tukan-1.1B-Chat-reasoning-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use alexredna/Tukan-1.1B-Chat-reasoning-sft with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "alexredna/Tukan-1.1B-Chat-reasoning-sft")
  • Notebooks
  • Google Colab
  • Kaggle
Tukan-1.1B-Chat-reasoning-sft
26.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alexredna's picture
alexredna
Model save
ce30918 verified over 2 years ago
  • runs
    Model save over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.63 kB
    Model save over 2 years ago
  • adapter_config.json
    592 Bytes
    Training in progress, step 20 over 2 years ago
  • adapter_model.safetensors
    26.4 MB
    xet
    Model save over 2 years ago
  • all_results.json
    359 Bytes
    Model save over 2 years ago
  • eval_results.json
    185 Bytes
    Model save over 2 years ago
  • special_tokens_map.json
    551 Bytes
    Training in progress, step 20 over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 20 over 2 years ago
  • tokenizer_config.json
    1.38 kB
    Training in progress, step 20 over 2 years ago
  • train_results.json
    195 Bytes
    Model save over 2 years ago
  • trainer_state.json
    1.82 kB
    Model save over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "alignment.configs.SFTConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState"

    How to fix it?

    4.79 kB
    xet
    Training in progress, step 20 over 2 years ago