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

  • Log In
  • Sign Up

KangarooGroup
/
kangaroo

Video-Text-to-Text
Transformers
PyTorch
Safetensors
English
Chinese
llama
text-generation
custom_code
text-generation-inference
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Transformers

    How to use KangarooGroup/kangaroo with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("KangarooGroup/kangaroo", trust_remote_code=True)
    model = AutoModelForCausalLM.from_pretrained("KangarooGroup/kangaroo", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
kangaroo
Ctrl+K
Ctrl+K
  • 5 contributors
History: 3 commits
WEBing's picture
WEBing
initial readme
5360227 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    728 Bytes
    initial readme almost 2 years ago