Giter Club home page Giter Club logo

dedale_llm's Introduction

Dedale LLM

General Description

Dedale is a large language model (LLM) using the Transformer architecture and Mixture of Experts.

The main idea is to have a large number of different Transformer blocks and a router. The router will choose the next blocks to pass through a certain number of times before passing by an FFN to get the next token.

Warning: It is currently not trained. I will first train it on very small datasets, and if I can get the resources, I will try to train it on a large dataset.

Description of this Code

The model source code is split into the lib.py and model.py files. It uses the PyTorch library.

dedale_llm's People

Contributors

nath54 avatar

Stargazers

Astro avatar

Watchers

 avatar Kostas Georgiou avatar

dedale_llm's Issues

Utilisation d'un chemin absolu au lieu de la variable d'environnement $HOME pour améliorer la portabilité

Je me permets de vous signaler, avec tout le respect dû à votre travail, que l'usage d'un chemin absolu tel que

BASE_FILE_PART = "/home/nathan/Documents/"

n'est pas conforme aux meilleures pratiques de portabilité et d'adaptabilité du code, et qu'il serait judicieux de le remplacer par une référence dynamique à la variable d'environnement $HOME, ce qui permettrait d'accroître la robustesse et la flexibilité de votre script en le rendant compatible avec divers environnements utilisateurs.

Je vous passe bien le bonsoir.

PS: n'oubliez surtout pas de bien vous hydrater en ce temps de canicule.🥤

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.