Nice ! Mais attention a l’incompréhension que tu suggère , c’est pas parce que on entraîne plus longtemps que c’est forcément mieux. Ton gradient peut diverger et aller dans les cactus . Ou juste stagner et là tu as juste gaspiller de l’électricité et un GPU.
MACHINE LEARNING
-
Self-examination in AI science models for error detection
By
–
what would be cool with science models like Galactica would be to add self examination of the inputs like the coming Codex model, where the model can inspect it’s theorem proofs or essays and spot errors
-
Galactica: 120B Scientific Language Model for Research
By
–
"Galactica" is a large scientific language model with 120B parameters, that can be used for a lot of tasks including
⦿ Predicting citations
⦿ Generating literature review
⦿ Generating molecules ⦿ Generating Jupiter notebooks etc., -
Galactica LLM Performance with XGBoost Model Implementation
By
–
Amazed by the performance of Galactica by @paperswithcode
— SRK (@sudalairajkumar) 16 novembre 2022
Tried with prompt "jupyter notebook on how to use xgboost model" @tunguz might like it 🙂 #LLM #NLP #AI pic.twitter.com/7ohrREfiltAmazed by the performance of Galactica by @paperswithcode Tried with prompt "jupyter notebook on how to use xgboost model" @tunguz might like it 🙂 #LLM #NLP #AI
-

Large Language Models Are Not Zero-Shot Communicators
By
–
Large language models are not zero-shot communicators Ruis et al.: https://
arxiv.org/abs/2210.14986 #Artificialintelligence #DeepLearning #MachineLearning -
Iterative Denoising: Simple Code, Core Idea
By
–
like! tiny idea tiny code, strips away the formalism except the high level idea (iterative denoising on a schedule)
-
How Technologies Become Standard: Adoption Process Framework
By
–
first they do it as part of their job then they do it as a stepping stone then it wins
-
Data Quality and Curriculum Learning for LLM Training
By
–
"Obviously anything that looks useless (like SHA hashes or other noise) is not worth training on and is just wasting training capacity and time"
"You may want to start with simpler topics and work up to more complex later, just like in human school" -
GPT Training Framework with Dataset and Sampling Tools
By
–
Prompt: "You are a GPT and you're in charge of training an even better GPT, congrats! You have a dataset here . You can train it on document chunks like this: and sample its current understanding like this: . And here's a calculator and a scratchpad . Begin:"
-
Meta-learning policies for LLM attention management during training
By
–
Feels like a lot of fertile ground is left in managing the "attention" of an LLM during its training via a meta-learning policy, instead of the typical "memorize dataset uniformly at random" strategy. And giving it a calculator and a scratch pad.