LDJnr commited on
Commit
c2dbf29
1 Parent(s): 307120c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,8 +9,9 @@ tags:
9
  # Obsidian: Multimodal LLM for Everyone
10
  ## Model Name: Obsidian-3B-V0.5
11
 
12
- Obsidian is a brand new series of Multimodalities Language Models.
13
- Obsidian-3B-V0.5 is a LLaVA's version based on [Capybara-3B-V1.9](https://huggingface.co/NousResearch/Capybara-3B-V1.9) which was built on top of [StableLM-3B-4e1t](stabilityai/stablelm-3b-4e1t). Capybara-3B-V1.9 achieves state-of-the-art performance when compared to model with similar size, even beats some 7B models.
 
14
 
15
  Current finetuning and inference code is available on our GitHub repo: [Here](https://github.com/NousResearch/Obsidian)
16
 
 
9
  # Obsidian: Multimodal LLM for Everyone
10
  ## Model Name: Obsidian-3B-V0.5
11
 
12
+ Obsidian is a brand new series of Multimodal Language Models. The current version is effectively a multi-modal version of Capybara-3B, as Llava is to Vicuna.
13
+
14
+ Obsidian-3B-V0.5 is a LLaVA version based on [Capybara-3B-V1.9](https://huggingface.co/NousResearch/Capybara-3B-V1.9) which was built on top of [StableLM-3B-4e1t](stabilityai/stablelm-3b-4e1t). Capybara-3B-V1.9 achieves state-of-the-art performance when compared to model with similar size, even beats some 7B models.
15
 
16
  Current finetuning and inference code is available on our GitHub repo: [Here](https://github.com/NousResearch/Obsidian)
17