Maeliza
06/01/2020, 3:02 PMfrom transformers import *
tokenizer = AutoTokenizer.from_pretrained("codistai/codeBERT-small-v2")model = AutoModelWithLMHead.from_pretrained("codistai/codeBERT-small-v2")
📈 Example of the results are in the thread below
📚 Full tutorial on how to load and fine-tune the model for downstream tasks is coming!Maeliza
06/01/2020, 3:05 PMalltom
06/13/2020, 4:18 AMShubhadeep Roychowdhury
06/13/2020, 12:42 PM<mask>
token is only for a single token. However, we have plans to fine-tune this model for many downstream tasks.
We started a series of notebooks showing different applications of this model and will release more powerful and hybird models in future. You can checkout our first notebook (Colab) here - https://colab.research.google.com/drive/17QNGQOsQOUBPlblqc7maiOKPbT4hDZfv?usp=sharing