sign-language / README.md
Remostart's picture
Update README.md
16e50bb verified
|
Raw
History Blame Contribute Delete
652 Bytes
---
license: mit
base_model: llava-hf/LLaVA-NeXT-Video-7B-hf
pipeline_tag: video-text-to-text
library_name: transformers
tags:
- llava
- video
- sign-language
- multimodal
---
# Sign Language Translation Model (LLaVA Fine-tuned)
This is a fine-tuned version of [LLaVA-NeXT-Video-7B](https://huggingface.co/llava-hf/LLaVA-NeXT-Video-7B-hf) for sign language translation.
## Usage
```python
from transformers import LlavaNextVideoForConditionalGeneration, AutoProcessor
import torch
model = LlavaNextVideoForConditionalGeneration.from_pretrained("Remostart/sign-language")
processor = AutoProcessor.from_pretrained("Remostart/sign-language")