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

EdBerg
/
jais_gleanings_baha

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

Instructions to use EdBerg/jais_gleanings_baha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use EdBerg/jais_gleanings_baha with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("inceptionai/jais-adapted-7b-chat")
    model = PeftModel.from_pretrained(base_model, "EdBerg/jais_gleanings_baha")
  • Notebooks
  • Google Colab
  • Kaggle
jais_gleanings_baha
292 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 58 commits
EdBerg's picture
EdBerg
End of training
659430f verified almost 2 years ago
  • runs
    Training in progress, step 210 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.29 kB
    End of training almost 2 years ago
  • adapter_config.json
    736 Bytes
    Training in progress, step 10 almost 2 years ago
  • adapter_model.safetensors
    286 MB
    xet
    Training in progress, step 210 almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, step 10 almost 2 years ago
  • tokenizer.json
    4.37 MB
    Training in progress, step 10 almost 2 years ago
  • tokenizer.model
    1.18 MB
    xet
    Training in progress, step 10 almost 2 years ago
  • tokenizer_config.json
    2.36 kB
    Training in progress, step 10 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.43 kB
    xet
    Training in progress, step 10 almost 2 years ago