mayank31398
|
c53ea2c9f4
|
fp32
|
2023-02-10 09:39:02 +05:30 |
|
Sourab Mangrulkar
|
f8e737648a
|
Merge pull request #67 from huggingface/smangrul/fix-save-pretrained
make `save_pretrained` work in a way training could be resumed
|
2023-02-10 00:14:39 +05:30 |
|
Sourab Mangrulkar
|
b1af297707
|
make save_pretrained work in a way training could be resumed
|
2023-02-10 00:06:25 +05:30 |
|
Sourab Mangrulkar
|
85c7b98307
|
Merge pull request #66 from huggingface/smangrul/update-bibtex
update bibtex
|
2023-02-09 17:26:17 +05:30 |
|
Sourab Mangrulkar
|
e41152e5f1
|
update bibtex
|
2023-02-09 17:25:52 +05:30 |
|
Sourab Mangrulkar
|
9f19ce6729
|
Merge pull request #64 from kashif/patch-1
Fix typos in readme
|
2023-02-09 17:18:36 +05:30 |
|
Kashif Rasul
|
ae85e185ad
|
another typo
|
2023-02-09 10:59:56 +01:00 |
|
Kashif Rasul
|
93762cc658
|
Fix typos in readme
|
2023-02-09 10:38:18 +01:00 |
|
Sayak Paul
|
ed608025eb
|
Merge pull request #63 from huggingface/vision-examples
add: vision examples to readme.
|
2023-02-09 13:57:11 +05:30 |
|
Sayak Paul
|
14a293a6b3
|
PeftModel => get_pefT_model()
|
2023-02-09 13:34:21 +05:30 |
|
Sayak Paul
|
c7b744db79
|
add: vision examples to readme.
|
2023-02-09 12:23:48 +05:30 |
|
Sayak Paul
|
250edccdda
|
Merge pull request #59 from sayakpaul/example/sem-seg
add: example on semantic segmentation.
|
2023-02-09 12:09:18 +05:30 |
|
Sayak Paul
|
1daf087682
|
reword some things.
|
2023-02-09 11:22:50 +05:30 |
|
Sourab Mangrulkar
|
d3d601d5c3
|
Merge pull request #55 from huggingface/smangrul/fix-examples-with-hub-utils
many code fixes and updates to examples
|
2023-02-08 18:56:48 +05:30 |
|
Sourab Mangrulkar
|
8083c9515f
|
update README and fix token_cls example
|
2023-02-08 18:54:46 +05:30 |
|
Sourab Mangrulkar
|
73cd16b7b5
|
quality
|
2023-02-08 18:43:00 +05:30 |
|
Sourab Mangrulkar
|
65112b75bb
|
Merge branch 'main' into smangrul/fix-examples-with-hub-utils
|
2023-02-08 18:41:19 +05:30 |
|
Sourab Mangrulkar
|
3cf0b7a2d4
|
fix more examples
|
2023-02-08 18:40:57 +05:30 |
|
Sourab Mangrulkar
|
afb171eefb
|
fixes and updating examples
|
2023-02-08 18:07:15 +05:30 |
|
Sourab Mangrulkar
|
b07ea17f49
|
update examples
|
2023-02-08 14:55:08 +05:30 |
|
Sourab Mangrulkar
|
83ded43ee7
|
Update peft_lora_clm_accelerate_ds_zero3_offload.py
|
2023-02-08 13:35:10 +05:30 |
|
Sourab Mangrulkar
|
537c971a47
|
fix
|
2023-02-08 13:05:27 +05:30 |
|
Sourab Mangrulkar
|
ed0c962ff5
|
fixes
|
2023-02-08 12:59:29 +05:30 |
|
Sourab Mangrulkar
|
eec0b9329d
|
Update peft_lora_clm_accelerate_ds_zero3_offload.py
|
2023-02-08 12:41:27 +05:30 |
|
Sourab Mangrulkar
|
1929a84e1e
|
remove peft_model_load_and_dispatch as it is part of PeftModel.from_pretrained
|
2023-02-08 12:29:03 +05:30 |
|
Sourab Mangrulkar
|
522a6b6c17
|
add load_and_dispatch to load_pretrained
|
2023-02-08 12:18:03 +05:30 |
|
Sourab Mangrulkar
|
462b65fe45
|
fix lora_only
|
2023-02-08 10:26:56 +05:30 |
|
Sayak Paul
|
2b89fbf963
|
add: example on semantic segmentation.
|
2023-02-08 09:49:13 +05:30 |
|
Sourab Mangrulkar
|
b5c97f2039
|
Update save_and_load.py
|
2023-02-08 09:25:21 +05:30 |
|
Sourab Mangrulkar
|
64d2d19598
|
update peft_model_load_and_dispatch
|
2023-02-08 09:21:49 +05:30 |
|
Sourab Mangrulkar
|
a7dd034710
|
fix prefix tuning config to remove function field as it cannot be converted to json
|
2023-02-08 08:49:15 +05:30 |
|
Sourab Mangrulkar
|
ed0bcdac4f
|
Merge pull request #58 from sayakpaul/patch-1
Update image classification README.md to include the latest Colab Notebook link
|
2023-02-07 19:00:11 +05:30 |
|
Sourab Mangrulkar
|
bdeb3778d0
|
add support for generate when using prompt_tuning
|
2023-02-07 15:07:56 +05:30 |
|
Sayak Paul
|
185c852088
|
Update README.md
|
2023-02-07 12:53:37 +05:30 |
|
Sourab Mangrulkar
|
a1b7e42783
|
Merge pull request #56 from sayakpaul/example/img-cls
add: example on fine-tuning for image classification.
|
2023-02-07 12:51:56 +05:30 |
|
Sayak Paul
|
3c4b64785f
|
Update README.md
|
2023-02-07 11:11:36 +05:30 |
|
Sayak Paul
|
ab43d6aa5c
|
fix: inference section
|
2023-02-07 11:04:39 +05:30 |
|
 Sayak PaulandSourab Mangrulkar
|
3cf7034e9c
|
Empty commit.
Co-authored-by: Sourab Mangrulkar <13534540+pacman100@users.noreply.github.com>
|
2023-02-07 09:57:57 +05:30 |
|
Sayak Paul
|
ddb37c353c
|
add: correct Colab link.
|
2023-02-07 09:55:07 +05:30 |
|
Sayak Paul
|
dbe3b9b99e
|
add: example on fine-tuning for image classification.
|
2023-02-07 09:53:34 +05:30 |
|
Sourab Mangrulkar
|
5bc815e2e2
|
fix generate because of recent transformers release
|
2023-02-06 23:50:48 +05:30 |
|
Sourab Mangrulkar
|
5a43a3a321
|
seq cls examples update
|
2023-02-06 18:57:13 +05:30 |
|
Sourab Mangrulkar
|
7ae63299a8
|
Merge pull request #53 from younesbelkada/add-int8-example
[ `example`] add bnb example
|
2023-02-03 21:00:41 +05:30 |
|
younesbelkada
|
57de1d2677
|
add bnb example
|
2023-02-02 17:45:38 +01:00 |
|
Sourab Mangrulkar
|
383b5abb33
|
Merge pull request #51 from huggingface/smangrul/lora-raise-error-when-no-target-module-found
for lora, raise error when no target modules in base model
|
2023-02-02 13:35:47 +05:30 |
|
Sourab Mangrulkar
|
d8ccd7d84c
|
for lora, raise error when no target modules in base model
|
2023-02-02 13:29:49 +05:30 |
|
Sourab Mangrulkar
|
df5b201c6b
|
Merge pull request #50 from huggingface/smangrul/add-modules-to-save-to-lora-config
add `modules_to_save` to LoraConfig and other fixes
|
2023-02-02 13:19:37 +05:30 |
|
Sourab Mangrulkar
|
44d8e72ca8
|
fixes
|
2023-02-02 13:19:14 +05:30 |
|
Sourab Mangrulkar
|
c37ee25be7
|
trying diff approaches
|
2023-02-01 19:35:19 +05:30 |
|
Sourab Mangrulkar
|
c884daf96a
|
getting rid to forward call linking
|
2023-02-01 19:18:38 +05:30 |
|