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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
hujie39
add config.json
cfcb247 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    87 Bytes
    Update README.md almost 2 years ago
  • config.json
    822 Bytes
    add config.json almost 2 years ago