gpt_tokenizer 0.1.1 copy "gpt_tokenizer: ^0.1.1" to clipboard
gpt_tokenizer: ^0.1.1 copied to clipboard

The implementation of BPE algorithm for sentence encode/decode

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gpt_tokenizer

With Flutter:

 $ flutter pub add gpt_tokenizer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gpt_tokenizer: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gpt_tokenizer/gpt_tokenizer.dart';
0
likes
120
pub points
19%
popularity

Publisher

verified publishersimonwang.dev

The implementation of BPE algorithm for sentence encode/decode

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter_rust_bridge, meta, uuid

More

Packages that depend on gpt_tokenizer