Update README.md
Browse files
README.md
CHANGED
@@ -41,11 +41,16 @@ llava-llama-3-8b-hf is a LLaVA model fine-tuned from [meta-llama/Meta-Llama-3-8B
|
|
41 |
| LLaVA-Llama-3-8B | 68.9 | 61.6 | 30.4 | 36.8 | 69.8 | 60.9 | 73.3 | 47.3 | 87.2 | 63.5 | 58.0 | 1506/295 | 38.2 |
|
42 |
| LLaVA-Llama-3-8B-v1.1 | 72.3 | 66.4 | 31.6 | 36.8 | 70.1 | 70.0 | 72.9 | 47.7 | 86.4 | 62.6 | 59.0 | 1469/349 | 45.1 |
|
43 |
|
|
|
44 |
|
45 |
-
|
46 |
|
47 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
48 |
|
|
|
|
|
|
|
|
|
49 |
## Citation
|
50 |
|
51 |
```bibtex
|
|
|
41 |
| LLaVA-Llama-3-8B | 68.9 | 61.6 | 30.4 | 36.8 | 69.8 | 60.9 | 73.3 | 47.3 | 87.2 | 63.5 | 58.0 | 1506/295 | 38.2 |
|
42 |
| LLaVA-Llama-3-8B-v1.1 | 72.3 | 66.4 | 31.6 | 36.8 | 70.1 | 70.0 | 72.9 | 47.7 | 86.4 | 62.6 | 59.0 | 1469/349 | 45.1 |
|
43 |
|
44 |
+
## QuickStart
|
45 |
|
46 |
+
### Chat
|
47 |
|
48 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
49 |
|
50 |
+
### Serving
|
51 |
+
|
52 |
+
[lmdeploy](https://github.com/InternLM/lmdeploy) v0.4.0 will support the deployment of this model and it will be published in ~7 days. Please stay tuned:)
|
53 |
+
|
54 |
## Citation
|
55 |
|
56 |
```bibtex
|