Broken kaggle link in model card
near the end of the card
"For intance, this is the same notebook running in kaggle using a more powerful P100 instance."
the link goes to https://www.kaggle.com/justheuristic/dmazur-converted which is either private or deleted now
Thank you for the report!
It should be fixed now - please check if https://www.kaggle.com/justheuristic/dmazur-convertedis available on your side.
Speaking of which, there is an interest group that's working on making any model 8-bit-convertible. If you're interested, i'll post an update once they are ready.
i am super interested in that thank you very much, the link is working perfectly now too!
Thank you for the report!
It should be fixed now - please check if https://www.kaggle.com/justheuristic/dmazur-convertedis available on your side.Speaking of which, there is an interest group that's working on making any model 8-bit-convertible. If you're interested, i'll post an update once they are ready.
How to modify this code to fine-tune gpt-j for converting English text to math equations. ex: "A is equal to B times C" gives A = B*C
As requested, here's an update on that working group
They integrated 8-bit functionality for most HF models here: https://github.com/huggingface/transformers/pull/17901
This is still a prototype feature, but here's how you can already use it:
https://colab.research.google.com/drive/1qOjXfQIAULfKvZqwCen8-MoWKGdSatZ4#scrollTo=W8tQtyjp75O
If you are reading this after transformers v4.22 is out, please disregard the above example and look for the stable version in transformers release notes