python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Will BotFramework-CLI support Azure's new Question Answering service?
Now that Azure's Question Answering service is available and we are recommended to migrate from QnA Maker, I noticed that botframework-cli does not seem to have been updated and I did not see any issu...
Josh Pavoncello
Votes: 0
Answers: 3
How do get a 2D sprite to face the camera in a 3D unity game?
I've been trying to get it to work but most of the codes are either outdated or doesn't work can anyone help i need a code for unity 2021 ?
I tried finding some codes but they are pretty old like from...
deezlikestocode
Votes: 0
Answers: 1
How to build a custom question-answering head when using hugginface transformers?
Using the TFBertForQuestionAnswering.from_pretrained() function, we get a predefined head on top of BERT together with a loss function that are suitable for this task.
My question is how to create a c...
muhammed-shihebi
Votes: 0
Answers: 1
Unable to generate chunks (If length is greater than 512 in bert), we can use to split into chunks
I'm working Question & Answering hugging face pipeline, my sentence length is 3535, bert only takes 512 length, so i'm trying to divide into chunks and work on it.
In the code, i'm working on ques...
Mark
Votes: 0
Answers: 0