-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and rework GPT-TF.js #807
base: develop
Are you sure you want to change the base?
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 686e2a0 - Browse repository at this point
Copy the full SHA 686e2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be33d6 - Browse repository at this point
Copy the full SHA 1be33d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0491ee6 - Browse repository at this point
Copy the full SHA 0491ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7b778 - Browse repository at this point
Copy the full SHA 7f7b778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a14023 - Browse repository at this point
Copy the full SHA 7a14023View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87f51a - Browse repository at this point
Copy the full SHA d87f51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e947919 - Browse repository at this point
Copy the full SHA e947919View commit details -
discojs/src/models/gpt: always use the token embeddings, a language m…
…odeling head and attention bias
Configuration menu - View commit details
-
Copy full SHA for 929deb8 - Browse repository at this point
Copy the full SHA 929deb8View commit details -
discojs/src/models/gpt: generation code: clean, document and improve.…
… implement topk sampling
Configuration menu - View commit details
-
Copy full SHA for 89b3cac - Browse repository at this point
Copy the full SHA 89b3cacView commit details -
discojs/src/models/gpt/layers: document tensor operations, rename lay…
…ers following GPT2 convention, use LogLayer
Configuration menu - View commit details
-
Copy full SHA for b8945aa - Browse repository at this point
Copy the full SHA b8945aaView commit details -
discojs/src/models/gpt/layers: share weights between token embeddings…
… and language modeling head
Configuration menu - View commit details
-
Copy full SHA for 38e5882 - Browse repository at this point
Copy the full SHA 38e5882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2632737 - Browse repository at this point
Copy the full SHA 2632737View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a517b - Browse repository at this point
Copy the full SHA a6a517bView commit details -
discojs/src/task/training_information: make maxSequenceLength a requi…
…red task parameter for text tasks
Configuration menu - View commit details
-
Copy full SHA for a596ead - Browse repository at this point
Copy the full SHA a596eadView commit details -
discojs/src/default_tasks/wikitext: use task's maxSequenceLength in t…
…he model init config
Configuration menu - View commit details
-
Copy full SHA for c6beac9 - Browse repository at this point
Copy the full SHA c6beac9View commit details -
*: replace line by line text loaders by chunk by chunk text loaders
discojs/src/dataset: implement and test repeat and batchWithOverlap
Configuration menu - View commit details
-
Copy full SHA for c477bb3 - Browse repository at this point
Copy the full SHA c477bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb806c0 - Browse repository at this point
Copy the full SHA cb806c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cbc96e - Browse repository at this point
Copy the full SHA 8cbc96eView commit details