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

Mayuresh87
/
TinyLlama-1.1B-python-v0.1

PEFT
Safetensors
llama
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Mayuresh87/TinyLlama-1.1B-python-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Mayuresh87/TinyLlama-1.1B-python-v0.1 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, "Mayuresh87/TinyLlama-1.1B-python-v0.1")
  • Notebooks
  • Google Colab
  • Kaggle
TinyLlama-1.1B-python-v0.1
35.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 265 commits
Mayuresh87's picture
Mayuresh87
End of training
bfd3fa7 verified over 2 years ago
  • tmp-checkpoint-6390
    Training in progress, step 10 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.25 kB
    End of training over 2 years ago
  • adapter_config.json
    631 Bytes
    Training in progress, step 10 over 2 years ago
  • adapter_model.safetensors
    18 MB
    xet
    Training in progress, step 100 over 2 years ago
  • config.json
    560 Bytes
    Create config.json over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, step 10 over 2 years ago
  • tokenizer.json
    1.84 MB
    Training in progress, step 10 over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 10 over 2 years ago
  • tokenizer_config.json
    1.45 kB
    Training in progress, step 10 over 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.86 kB
    xet
    Training in progress, step 10 over 2 years ago