Video-Text-to-Text
Transformers
PyTorch
Safetensors
English
Chinese
llama
text-generation
custom_code
text-generation-inference
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, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8504fe2 verified
Jie Hu commited on
update readme 85cdb83
update readme bd702ad
update readme 88e47d9
update readme 3da7b6a
fix apex 9eeb018
add installation a407a33
Merge branch 'main' of https://huggingface.co/KangarooGroup/kangaroo 74f52e1
update readme 85d6546
update example c0ccd82
update example cc4b78f
update readme.md 7d6a6dd
update readme example 74a7ff2
update example 0a3336d
upload 388bd8b
Update README.md 7301ccc verified
Jie Hu commited on
initial commit 2e441c0 verified
Jie Hu commited on