My latest title Practical Convolutional Neural Networks https://t.co/9s1rpYsVfH is only $5 on
https://t.co/E9Q7yr6Ysy. Get ahead for 2019 with Packt’s biggest $5 sale ever. #Packt5Dollar#DeepLearning
In my view, the net outcome will be more jobs and more opportunities, anchored in a new set of skills. Ignore the noise in press and social media, reskill yourself.
#AI#FutureOfWork#Reskilling#KnowledgeEconomy#LifelongLearning#EnterpriseAI#CareerGrowth
Many people asks me about "AI and Job losses". Below is my take.
AI will undoubtedly displace certain jobs, but it will also generate many new roles and open up a far broader set of opportunities. Reskilling will be an essential part of this transition.
Enterprise software development is likely to become cheaper, though not necessarily more smarter. This is fundamentally a knowledge industry — and as the Hindu scriptures remind us, knowledge has no limit.
@Hesamation@huggingface But it does poorly in negative query embedding like “find non-smoking hotels in London” brings smoking allowed hotels In vector space negative word being neutralized by mean pooling that creates one embedding vector for the query sentence.
Also truth table queries
I am wondering why every reasoning model give "The capital of France is" as an example?
prompt = types.ModelInput.from_ints(tokenizer.encode("The capital of France is",))
params = types.SamplingParams(max_tokens=20, temperature=0.0, stop=["\n"])