agsamantha/node_modules/js-tiktoken/dist/ranks/gpt2.d.ts

6 lines
133 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
declare const encoder: {
pat_str: string;
special_tokens: Record<string, number>;
bpe_ranks: string;
};
export default encoder;