File size: 652 Bytes
7a88907
 
16e50bb
ae71232
16e50bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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")