VictorSanh commited on
Commit
791b16d
1 Parent(s): 6e9baf5

comment out trl ft for now

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ We release under the Apache 2.0 license 2 checkpoints:
60
  For optimal results, we recommend fine-tuning `idefics2-8b` on one's specific use-case and data. In fact, the instruction-fine-tuned model (`idefics2-8b`) is significantly better at following instructions from users and thus should be preferred when using the models out-of-the-box or as a starting point for fine-tuning.
61
 
62
  As a starting point, we provide fine-tuning codes that can be adapted for one's particular scenario:
63
- - With the [TRL library](https://github.com/huggingface/trl): TODO
64
  - With the [Hugging Face Trainer](https://huggingface.co/docs/transformers/main/en/main_classes/trainer#api-reference%20][%20transformers.Trainer): [Tutorial notebook](https://colab.research.google.com/drive/1rm3AGquGEYXfeeizE40bbDtcWh5S4Nlq?usp=sharing)
65
 
66
 
 
60
  For optimal results, we recommend fine-tuning `idefics2-8b` on one's specific use-case and data. In fact, the instruction-fine-tuned model (`idefics2-8b`) is significantly better at following instructions from users and thus should be preferred when using the models out-of-the-box or as a starting point for fine-tuning.
61
 
62
  As a starting point, we provide fine-tuning codes that can be adapted for one's particular scenario:
63
+ <!-- - With the [TRL library](https://github.com/huggingface/trl): TODO -->
64
  - With the [Hugging Face Trainer](https://huggingface.co/docs/transformers/main/en/main_classes/trainer#api-reference%20][%20transformers.Trainer): [Tutorial notebook](https://colab.research.google.com/drive/1rm3AGquGEYXfeeizE40bbDtcWh5S4Nlq?usp=sharing)
65
 
66