nielsr HF staff commited on
Commit
62fb563
1 Parent(s): 2b7daaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -9,8 +9,6 @@ pinned: false
9
 
10
  LLaVa, a visual instruction tuned version of LLaMa and other large language models, can now be used natively with the Transformers library.
11
 
12
- TRL now includes experimental support for fine-tuning! Find the script [here](https://github.com/huggingface/trl/blob/main/examples/scripts/vsft_llava.py).
13
 
14
- A blog post which goes more in detail can be found [here](https://huggingface.co/blog/vlms).
15
-
16
- A inference demo notebook can be found [here](https://colab.research.google.com/drive/1_q7cOB-jCu3RExrkhrgewBR0qKjZr-Sx#scrollTo=PuWVAAOinC8q).
 
9
 
10
  LLaVa, a visual instruction tuned version of LLaMa and other large language models, can now be used natively with the Transformers library.
11
 
12
+ TRL now includes experimental support for fine-tuning! Find the script [here](https://github.com/huggingface/trl/blob/main/examples/scripts/vsft_llava.py). A blog post which goes more in detail can be found [here](https://huggingface.co/blog/vlms).
13
 
14
+ An inference demo notebook can be found [here](https://colab.research.google.com/drive/1_q7cOB-jCu3RExrkhrgewBR0qKjZr-Sx#scrollTo=PuWVAAOinC8q).