-
Notifications
You must be signed in to change notification settings - Fork 192
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
Latpull docs, demo, browserify, countTokens, tokenStats #30
Open
syonfox
wants to merge
41
commits into
latitudegames:master
Choose a base branch
from
syonfox:latpull
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 35 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
473daf7
Add count tokens function
syonfox de619c0
add algo doc
syonfox 14a7cfa
Fix bug with BPE cache (#1)
NickHeiner 5f30e05
Add count tokens function (#2)
NickHeiner df30a04
Add fork notice
b779e40
Bump version
4054d73
Update index.d.ts
syonfox 04cf547
Update index.js
syonfox ea8540d
Merge branch 'master' into syonfox-dev
3b496fb
Merge remote-tracking branch 'origin/patch-1' into syonfox-dev
bfefccc
Merge pull request #1 from NickHeiner/master
syonfox 63260ae
Merge remote-tracking branch 'origin/patch-1' into syonfox-dev
65a3181
Add tokenStats some tests, and some error checks, also docs and readm…
d69b93e
add docs to repo for everyone else
4cdd31c
update readme and docs with links to pages
5d87dd5
update docs and bump
81be7f0
update docs and bump
d2b6dca
add a test for issue https://github.com/latitudegames/GPT-3-Encoder/i…
6354a3c
clean up test a bit
1831e5b
fix #15 in another way by removing textEncoder dependency
66a189f
fix #15 bump semi major version to 1.3.0 for possibly breaking change…
c0cd40a
update readme
c303e8b
bump n docs
3f2c339
Som more docs and also refactor so that we can use it in the browser …
36361c0
bump semi major version for browser support and loading change
a691838
added browser suport with browserify and an example
133a442
bump
5a13d99
readme and fix npm rc
fcbef4f
update docs ok lets test it noe
f324c53
hope this pushes demo to github pages
bc815f0
hope this pushes demo to github pages
fc36ade
hope this pushes demo to github pages
d37ff39
Some fixes to all of this hope its stable now for 1.4 release
c3c2e25
Some fixes to all of this hope its stable now for 1.4 release
70c4b30
revert npm for semi major release 1.2.0 latitudegames ... note you wi…
6715083
Merge branch 'master' into latpull
syonfox 02eaadd
https://github.com/latitudegames/GPT-3-Encoder/pull/30#issuecomment-1…
hashfox c5a3b63
Merge branch 'master' into latpull
hashfox 763c398
Fix token stats to run, and bump npm
hashfox b40302a
Rebuild docs
hashfox 04420b0
note
syonfox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
node_modules | ||
.idea | ||
.env | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test all the versions