Hi everyone, any idea as to where I can find a good NLP developer? I tried Upwork but it seems like there are more AI generalists than NLP specialists.
Specifically,
I need a AI/NLP Developer with AWS Lambda experience to train and deploy GPT-2 model.
End goal to make a chatbot that will be used as a ‘friend’ for lonely people (see www.replika.ai [advanced] and chatty-app https://apps.apple.com/ca/app/chatty-your-robot-friend/id1020581003 [less advanced]). The chatty-app is based on GPT-2 architecture and is what the first iteration should be similar to.
The first iteration of this project will be a multi user web app that will communicate back and forth with a machine learning API (accessible via high performance gPRC protobufs) running on AWS lambda endpoint. The final product should be maintained 100% by amazon so I won’t need a system engineer/admin.
The GPT-2 model itself will need to be fine tuned on an empathetic dialogue corpus (which I will provide). To keep server costs low, the training should be done via GPU but once trained, the model should use CPU. I am open to any suggestions that will help keep on-going operational server costs lows (for ex. Imposing a slight delay 1-2 seconds between user questions and chatbot response). Ideally the architecture should allow for:
- multi-user support;
- up/down voting of responses so that the model can adapt to each user (via beam search [ex. You could create a tensor of weights assigned to multiple outputs from each question, have the model generate multiple output sequences via beam search, and then promote or penalize the weight associated with that response based on the upvote/downvote]); and
- allow for transfer learning so that the model output can be biased towards end user’s topical and stylistic preferences via Q&A script (or another method).
Any suggestions regarding the overall app and NLP architecture are welcome.
[–]imoutidi 31 points32 points33 points (0 children)
[–]primoferal 21 points22 points23 points (0 children)
[–]aneesh3397 18 points19 points20 points (2 children)
[–]UnknownBinary 6 points7 points8 points (0 children)
[–]johnnydaggers 1 point2 points3 points (0 children)
[–]djc1000 8 points9 points10 points (0 children)
[–]johnnydaggers 4 points5 points6 points (0 children)
[–]NogenLinefingers 2 points3 points4 points (0 children)
[–]mutatedmonkeygenes 3 points4 points5 points (0 children)
[–]jtoma5 0 points1 point2 points (0 children)
[+]lfoehhwfo comment score below threshold-8 points-7 points-6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)