mlabonne commited on
Commit
61049bb
·
verified ·
1 Parent(s): 708a9d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -228,6 +228,16 @@ C. elegansとは何ですか?<|im_end|>
228
  - llama.cpp: [LFM2-350M-ENJP-MT-GGUF](https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT-GGUF)
229
  - LEAP: [LEAP model library](https://leap.liquid.ai/models?model=lfm2-350m-enjp-mt)
230
 
 
 
 
 
 
 
 
 
 
 
231
  ## 📬 Contact
232
 
233
  If you are interested in custom solutions with edge deployment, please contact [our sales team](https://www.liquid.ai/contact).
@@ -388,6 +398,14 @@ C. elegansとは何ですか?<|im_end|>
388
  - llama.cpp: [LFM2-350M-ENJP-MT-GGUF](https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT-GGUF)
389
  - LEAP: [LEAP モデルライブラリ](https://leap.liquid.ai/models?model=lfm2-350m-enjp-mt)
390
 
 
 
 
 
 
 
 
 
391
  ## 📬 お問い合わせ
392
 
393
  エッジ環境への導入を含むカスタムソリューションにご興味がある方は、[営業チーム](https://www.liquid.ai/ja/contact)までお問い合わせください。
 
228
  - llama.cpp: [LFM2-350M-ENJP-MT-GGUF](https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT-GGUF)
229
  - LEAP: [LEAP model library](https://leap.liquid.ai/models?model=lfm2-350m-enjp-mt)
230
 
231
+ You can use the following Colab notebooks for easy inference and fine-tuning:
232
+
233
+ | Notebook | Description | Link |
234
+ |-------|------|------|
235
+ | Inference | Run the model with Hugging Face's transformers library. | <a href="https://colab.research.google.com/drive/14IKuWvj2pyzn6QJQxRLpDTnE2IAjx0MD?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
236
+ | SFT (TRL) | Supervised Fine-Tuning (SFT) notebook with a LoRA adapter using TRL. | <a href="https://colab.research.google.com/drive/1j5Hk_SyBb2soUsuhU0eIEA9GwLNRnElF?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
237
+ | DPO (TRL) | Preference alignment with Direct Preference Optimization (DPO) using TRL. | <a href="https://colab.research.google.com/drive/1MQdsPxFHeZweGsNx4RH7Ia8lG8PiGE1t?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
238
+ | SFT (Axolotl) | Supervised Fine-Tuning (SFT) notebook with a LoRA adapter using Axolotl. | <a href="https://colab.research.google.com/drive/155lr5-uYsOJmZfO6_QZPjbs8hA_v8S7t?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
239
+ | SFT (Unsloth) | Supervised Fine-Tuning (SFT) notebook with a LoRA adapter using Unsloth. | <a href="https://colab.research.google.com/drive/1HROdGaPFt1tATniBcos11-doVaH7kOI3?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
240
+
241
  ## 📬 Contact
242
 
243
  If you are interested in custom solutions with edge deployment, please contact [our sales team](https://www.liquid.ai/contact).
 
398
  - llama.cpp: [LFM2-350M-ENJP-MT-GGUF](https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT-GGUF)
399
  - LEAP: [LEAP モデルライブラリ](https://leap.liquid.ai/models?model=lfm2-350m-enjp-mt)
400
 
401
+ | ノートブック | 説明 | リンク |
402
+ |-------|------|------|
403
+ | 推論 | Hugging Faceのtransformersライブラリを使用してモデルを実行します。 | <a href="https://colab.research.google.com/drive/14IKuWvj2pyzn6QJQxRLpDTnE2IAjx0MD?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
404
+ | SFT (TRL) | TRLを使用したLoRAアダプターによる教師あり微調整(SFT)ノートブック。 | <a href="https://colab.research.google.com/drive/1j5Hk_SyBb2soUsuhU0eIEA9GwLNRnElF?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
405
+ | DPO (TRL) | TRLを使用した直接選好最適化(DPO)による選好アライメント。 | <a href="https://colab.research.google.com/drive/1MQdsPxFHeZweGsNx4RH7Ia8lG8PiGE1t?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
406
+ | SFT (Axolotl) | Axolotlを使用したLoRAアダプターによる教師あり微調整(SFT)ノートブック。 | <a href="https://colab.research.google.com/drive/155lr5-uYsOJmZfO6_QZPjbs8hA_v8S7t?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
407
+ | SFT (Unsloth) | Unslothを使用したLoRAアダプターによる教師あり微調整(SFT)ノートブック。 | <a href="https://colab.research.google.com/drive/1HROdGaPFt1tATniBcos11-doVaH7kOI3?usp=sharing"><img src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/vlOyMEjwHa_b_LXysEu2E.png" width="110" alt="Colab link"></a> |
408
+
409
  ## 📬 お問い合わせ
410
 
411
  エッジ環境への導入を含むカスタムソリューションにご興味がある方は、[営業チーム](https://www.liquid.ai/ja/contact)までお問い合わせください。