prithivMLmods commited on
Commit
8871ab5
·
verified ·
1 Parent(s): a9e43b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -164,5 +164,5 @@ Use precise, sensory, and fluent language throughout. Describe only what is visi
164
  ## **Acknowledgements**
165
 
166
  * **[Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct)**: Base model used for this project.
167
- * **[Transformers](https://huggingface.co/docs/transformers/en/index)**: Core inference and model-loading library.
168
  * **[TRL](https://huggingface.co/docs/trl/en/index)**: Used in the training and alignment workflow for supervised fine-tuning.
 
164
  ## **Acknowledgements**
165
 
166
  * **[Qwen/Qwen3-VL-4B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct)**: Base model used for this project.
167
+ * **TRL - [Transformers Reinforcement Learning](https://huggingface.co/docs/trl/en/index)**: TRL is a full stack library providing tools to train transformer language models with methods including Supervised Fine-Tuning (SFT), Group Relative Policy Optimization (GRPO), Direct Preference Optimization (DPO), Reward Modeling, and more.
168
  * **[TRL](https://huggingface.co/docs/trl/en/index)**: Used in the training and alignment workflow for supervised fine-tuning.