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

  • Log In
  • Sign Up

RefalMachine
/
llm_test_bpe_rsg

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use RefalMachine/llm_test_bpe_rsg with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("RefalMachine/llm_test_bpe")
    model = PeftModel.from_pretrained(base_model, "RefalMachine/llm_test_bpe_rsg")
  • Notebooks
  • Google Colab
  • Kaggle
llm_test_bpe_rsg
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RefalMachine's picture
RefalMachine
load model
0f33d76 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    load model over 2 years ago
  • adapter_config.json
    477 Bytes
    load model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    67.2 MB
    xet
    load model over 2 years ago
  • generation_config.json
    264 Bytes
    load model over 2 years ago
  • special_tokens_map.json
    169 Bytes
    load model over 2 years ago
  • tokenizer.json
    2.44 MB
    load model over 2 years ago
  • tokenizer_config.json
    927 Bytes
    load model over 2 years ago