Instructions to use AndreiBrisan/tiny-chatbot-model-dpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AndreiBrisan/tiny-chatbot-model-dpo with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AndreiBrisan/tiny-chatbot-model-dpo", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2264400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bfc2e881079c5f946f5c98d34c525a451eec6979becafa06ff0755d6cdfd836
|
| 3 |
size 2264400
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07a04e332e9c059dcad6d1f5d0376f0bfb73f2b2deebcf8c097dbbfa057c43fa
|
| 3 |
size 5777
|