-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the components governance file
cgmanifest.json
for tokenizer's …
…vocab files (#7283) * Add the governance file cgmanifest.json for tokenizer's vocab files * Address the feedback * apply more schema requirements on the doc
- Loading branch information
Showing
6 changed files
with
61 additions
and
6 deletions.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/component-detection-manifest.json", | ||
"version": 1, | ||
"registrations": [ | ||
{ | ||
"component": { | ||
"type": "other", | ||
"other": { | ||
"name": "cl100k_base.tiktoken", | ||
"version": "1", | ||
"downloadUrl": "https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken", | ||
"hash": "sha1:6494e42d5aad2bbb441ea9793af9e7db335c8d9c" | ||
} | ||
}, | ||
"developmentDependency": false | ||
}, | ||
{ | ||
"component": { | ||
"type": "other", | ||
"other": { | ||
"name": "o200k_base.tiktoken", | ||
"version": "1", | ||
"downloadUrl": "https://openaipublic.blob.core.windows.net/encodings/o200k_base.tiktoken", | ||
"hash": "sha1:1d4fdeb17c52829ead47ac65e61197fd530b1c31" | ||
} | ||
}, | ||
"developmentDependency": false | ||
}, | ||
{ | ||
"component": { | ||
"type": "other", | ||
"other": { | ||
"name": "p50k_base.tiktoken", | ||
"version": "1", | ||
"downloadUrl": "https://openaipublic.blob.core.windows.net/encodings/p50k_base.tiktoken", | ||
"hash": "sha1:0ecf4ae6d454e7719bcf35f284eac0b73f37e3c9" | ||
} | ||
}, | ||
"developmentDependency": false | ||
}, | ||
{ | ||
"component": { | ||
"type": "other", | ||
"other": { | ||
"name": "r50k_base.tiktoken", | ||
"version": "1", | ||
"downloadUrl": "https://openaipublic.blob.core.windows.net/encodings/r50k_base.tiktoken", | ||
"hash": "sha1:5674ba48e48e76284eb747c896a291dc5583c808" | ||
} | ||
}, | ||
"developmentDependency": false | ||
} | ||
] | ||
} |
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
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