Instructions to use hermanda/ant-llm-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hermanda/ant-llm-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hermanda/ant-llm-sft", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,8 +29,8 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"k_proj",
|
| 33 |
"v_proj",
|
|
|
|
| 34 |
"q_proj",
|
| 35 |
"o_proj"
|
| 36 |
],
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"v_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
"q_proj",
|
| 35 |
"o_proj"
|
| 36 |
],
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 36730224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cab2b838e8ed6ebdab1f9ff66c38f932981e5030be8f03bec15723a4a42eb949
|
| 3 |
size 36730224
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7270cc273c6212d59f015054ee4437905316bb92f3e3cd1616463b577c18247
|
| 3 |
size 5713
|