Skip to content

Commit

Permalink
added huggingface
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Thapa committed Jun 4, 2024
1 parent c8e5f1c commit 9091ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ pip install --upgrade -e .

*Note: These models are released under Creative Commons Attribution Non Commercial 4.0*

We release two huggingface model checkpoints: `togethercomputer/Llama-3-8B-Dragonfly-v1` and `togethercomputer/Llama-3-8B-Dragonfly-Med-v1`. Please follow the script `test_dragonfly.py` for more details. We provide a brief description on how to use them below.
We release two huggingface model checkpoints: [`togethercomputer/Llama-3-8B-Dragonfly-v1`](https://huggingface.co/togethercomputer/Llama-3-8B-Dragonfly-v1) and [`togethercomputer/Llama-3-8B-Dragonfly-Med-v1`](https://huggingface.co/togethercomputer/Llama-3-8B-Dragonfly-Med-v1). Please follow the script [`test_dragonfly.py`](test_dragonfly.py) for more details. We provide a brief description on how to use them below.

<a name="inference"/>

## 🧠 Inference

If you have successfully completed the [Installation](#installation) process, then you should be able to follow the steps below.

We provide two test examples inside `test_images`.
We provide two test examples inside [`test_images`](test_images).

Question: Summarize the visual content of the image.

Expand Down

0 comments on commit 9091ab2

Please sign in to comment.