Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xxsxx
/
cld
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cld
/
node_modules
/
tiktoken
/
encoders
/
p50k_base.d.ts
xxsxx
Upload 436 files
14a2165
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
133 Bytes
declare
const
encoder
: {
pat_str
:
string
;
special_tokens
:
Record
<
string
,
number
>;
bpe_ranks
:
string
;
};
export
default
encoder;