gghfez commited on
Commit
bb5524e
1 Parent(s): 3a83219

Update README.md

Browse files

Since Meta have finished up with Llama3 and likely won't be releasing a version 3.3 for their vision model, I've swapped out all the text layers from Llama-3.2-90B-Vision-Instruct (which are identical to Llama-3.1-70B-instruct) with those from Llama-3.3-70b-instruct) so we can get the benefits of Llama3.3-70b-Instruct when doing vision tasks.

I've switched to this model now and it's working as expected. If anyone has a comprehensive vision benchmark let me know. I'd be curious to see if there's a measurable performance improvement.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: llama3.3
3
  base_model:
4
- - unsloth/Llama-3.3-70B-Instruct
5
- - unsloth/Llama-3.2-90B-Vision-Instruct
6
  ---
 
1
  ---
2
  license: llama3.3
3
  base_model:
4
+ - meta-llama/Llama-3.2-90B-Vision-Instruct
5
+ - meta-llama/Llama-3.3-70B-Vision-Instruct
6
  ---