reweight-gpt

Reweight GPT - a simple neural network using transformer architecture for next character prediction (by hunar4321)

Reweight-gpt Alternatives

Similar projects and alternatives to reweight-gpt

  1. repeng

    7 reweight-gpt VS repeng

    A library for making RepE control vectors

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. jetson-containers

    10 reweight-gpt VS jetson-containers

    Machine Learning Containers for NVIDIA Jetson and JetPack-L4T

  4. ai_story_scale

    2 reweight-gpt VS ai_story_scale

    Discontinued The AI story scale (AISS): A human rating scale for texts written with generative language models. [GET https://api.github.com/repos/MWiechmann/ai_story_scale: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

  5. ML-foundations

    1 reweight-gpt VS ML-foundations

    Machine Learning Foundations: Linear Algebra, Calculus, Statistics & Computer Science

  6. Andrew-NG-Notes

    1 reweight-gpt VS Andrew-NG-Notes

    This is Andrew NG Coursera Handwritten Notes.

  7. numerical-linear-algebra

    Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course

  8. gdrl

    1 reweight-gpt VS gdrl

    Grokking Deep Reinforcement Learning

  9. machine_learning_complete

    A comprehensive machine learning repository containing 30+ notebooks on different concepts, algorithms and techniques.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better reweight-gpt alternative or higher similarity.

reweight-gpt discussion

Log in or Post with

reweight-gpt reviews and mentions

Posts with mentions or reviews of reweight-gpt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • [Research] An alternative to self-attention mechanism in GPT
    2 projects | /r/MachineLearning | 1 May 2023
    Instead of self attention, I tried to generate the self-attention matrix directly using lateral connections among the inputs. The method is like LSTM but it gates all the past inputs using separate gates for each input (it can be parallelized). It's very easy to implement the method into the current GPT architectures. You just remove the attention part and replace it with learnable weights. Her is a working implementation (around100 lines!): Code: https://github.com/hunar4321/reweight-gpt In my experience, it learns very well and it can super-pass the self-attention mechanism if the number of the parameters are matched. (I tested it on small datasets for next character prediction. I haven't systematically compared these two methods yet).

Stats

Basic reweight-gpt repo stats
1
56
6.3
almost 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Jupyter Notebook is
the 15th most popular programming language
based on number of references?