Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rchalamala authored Jun 6, 2024
1 parent af12733 commit 60c9a15
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 @@ -165,7 +165,7 @@ For both stages, the dataset is formatted in the following manner:
}
```

Conversation format follows standard Llama3 as follows.
Conversation format follows standard Llama 3 as follows.

```plaintext
<|start_header_id|>user<|end_header_id|>
Expand All @@ -178,7 +178,7 @@ Describe the content in the image.<|eot_id|><|start_header_id|>assistant<|end_he

We would like to acknowledge the following resources that were instrumental in the development of Dragonfly:

- [Meta Llama 3](https://huggingface.co/meta-llama/Meta-Llama-3-8B): We utilized the Llama3 model as our foundational language model.
- [Meta Llama 3](https://huggingface.co/meta-llama/Meta-Llama-3-8B): We utilized the Llama 3 model as our foundational language model.
- [CLIP](https://huggingface.co/openai/clip-vit-base-patch32): Our vision backbone is CLIP model from OpenAI.
- Our codebase is built upon the following two codebases:
- [Otter: A Multi-Modal Model with In-Context Instruction Tuning](https://github.com/Luodian/Otter)
Expand Down

0 comments on commit 60c9a15

Please sign in to comment.