Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4 contributions in the last year
Activity overview
Contribution activity
July - November 2020
June 2020
Created 1 commit in 1 repository
Created 1 repository
- harkous/transformers Python
Created a pull request in huggingface/transformers that received 6 comments
Fix a bug in the initialization and serialization of TFRobertaClassificationHead
For TFRobertaClassificationHead, config was being passed as the first parameter to the __init__ of the parent class tf.keras.layers.Layer. The latter
Created an issue in huggingface/transformers that received 5 comments
Wrong argument passed during TFRobertaClassificationHead initialization
config a…