Submitted by Ezekiel_W t3_ya1oih in singularity
Comments
TheSingulatarian t1_it8v7gn wrote
Seems like a WATSON that understands natural language. Time to do another Jeopardy episode, but make the computer listen to the question just like the human contestants.
[deleted] t1_it8vrfe wrote
[deleted]
ArgentStonecutter t1_it8vxoy wrote
Wow, this is like feeding an expert system script into a neural network to create a machine-learning-based expert system. REALLY interesting, since it's explicitly encoding real-world information.
visarga t1_it8wcpw wrote
Currently running it on my desktop, AutoModelForSeq2SeqLM.from_pretrained("ArthurZ/flan-t5-xl")
Seems to be very good at solving tasks that have the necessary information in the prompt, but not as great for general knowledge and code generation compared to GPT-3. I think it could be considered like a mini-GPT-3 you can run on your machine. I'm thinking about doing and agent inside the web browser on top of it + Whisper for speech.
bortvern t1_it8x6td wrote
Is there a tutorial for setting this up somewhere, or you recommend just reading the docs on the t5x project?
FirstOrderCat t1_it9ach9 wrote
> to create a machine-learning-based expert system
which works with 50% probability even on simple questions..
AsuhoChinami t1_it9ojzn wrote
Damn, it must be something if even ArgentStonecutter is excited.
very_bad_programmer t1_itagith wrote
How is it conversationally?
katiecharm t1_itany98 wrote
I need to see the quality of the boobies it generates before I can get excited about this.
visarga t1_itau1y1 wrote
Can't seem to get conversation from it, it's a T5 variant, and it seems to be geared towards task solving. There is also a GPT variant they don't release.
throwaway764586893 t1_itb0b7p wrote
It will recommend you get a mammogram.
micole00 t1_itbsx0w wrote
you can run it on Huggingface
Ezekiel_W OP t1_it8nf7a wrote
Amazing, take a look at the 3b parameter models' performance!