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

  • Log In
  • Sign Up

Nuo97
/
COMEDY_13B_DPO

Question Answering
Transformers
PyTorch
Chinese
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Nuo97/COMEDY_13B_DPO with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Nuo97/COMEDY_13B_DPO")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("Nuo97/COMEDY_13B_DPO")
    model = AutoModelForCausalLM.from_pretrained("Nuo97/COMEDY_13B_DPO")
  • Notebooks
  • Google Colab
  • Kaggle
COMEDY_13B_DPO
26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Nuo97's picture
Nuo97
Update README.md
aac71a4 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.35 kB
    Update README.md about 2 years ago
  • comedy.png
    941 kB
    Upload comedy.png about 2 years ago
  • config.json
    770 Bytes
    first about 2 years ago
  • pytorch_model.bin
    26 GB
    xet
    first about 2 years ago
  • special_tokens_map.json
    624 Bytes
    first about 2 years ago
  • tokenizer.model
    500 kB
    xet
    first about 2 years ago
  • tokenizer_config.json
    1.03 kB
    first about 2 years ago
  • training_strategy.png
    130 kB
    Upload training_strategy.png about 2 years ago