sponsors

An open API service aggregating public data about GitHub Sponsors.

atulkum

View JSON Representation

NLP, Deep Learning, Speech

Funding Links: https://github.com/sponsors/atulkum

GitHub Sponsors Profile

My expertise is in understanding complex research idea and convert it into faster, simple and clean code which could be used for real world. Efficient in C++/JAVA/pytorch
I am willing to help people use the latest research, and use it for real world use cases.
Sample Projects

I reimplement a paper in pytorch and make is clean and more readable. This encourage researchers to use my code and extends their reserach.
https://github.com/atulkum/pointer_summarizer#papers-using-this-code
I wrote a java wrapper on google sentencepience library so integrating BERT model in java would be easier
https://github.com/atulkum/sentencepiece_java_wrapper
Wrote a BERT CRF model (even huggingface don;t have BERT CRF currently AFAIK)
https://github.com/atulkum/sequence_prediction/blob/master/NER_BERT/crf.py

Why I need sponsorship

Need to buy more power full GPU
Need to pay electricity bills (GPU eat lots of electricity)
Motivation

Featured Works

atulkum/pointer_summarizer

pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"

Language: Python - Stars: 907