huggingface-course / albert-tokenizer-without-normalizer

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: October 20 2021

Introduction of albert-tokenizer-without-normalizer

Model Details of albert-tokenizer-without-normalizer

The purpose of this repo is to show the usefulness of saving the normalization operation used during the tokenizer training

from transformers import AutoTokenizer

text = "This is a text with àccënts and CAPITAL LETTERS"
tokenizer = AutoTokenizer.from_pretrained("albert-large-v2")
print(tokenizer.convert_ids_to_tokens(tokenizer.encode(text)))

# ['[CLS]', '▁this', '▁is', '▁a', '▁text', '▁with', '▁accent', 's', '▁and', '▁capital', '▁letters', '[SEP]']
tokenizer = AutoTokenizer.from_pretrained("huggingface-course/albert-tokenizer-without-normalizer")
print(tokenizer.convert_ids_to_tokens(tokenizer.encode(text)))
# ['[CLS]', '▁', '<unk>', 'his', '▁is', '▁a', '▁text', '▁with', '▁', '<unk>', 'cc', '<unk>', 'nts', '▁and', '▁', '<unk>', '▁', '<unk>', '[SEP]']

Runs of huggingface-course albert-tokenizer-without-normalizer on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About albert-tokenizer-without-normalizer huggingface.co Model

albert-tokenizer-without-normalizer huggingface.co

albert-tokenizer-without-normalizer huggingface.co is an AI model on huggingface.co that provides albert-tokenizer-without-normalizer's model effect (), which can be used instantly with this huggingface-course albert-tokenizer-without-normalizer model. huggingface.co supports a free trial of the albert-tokenizer-without-normalizer model, and also provides paid use of the albert-tokenizer-without-normalizer. Support call albert-tokenizer-without-normalizer model through api, including Node.js, Python, http.

albert-tokenizer-without-normalizer huggingface.co Url

https://huggingface.co/huggingface-course/albert-tokenizer-without-normalizer

huggingface-course albert-tokenizer-without-normalizer online free

albert-tokenizer-without-normalizer huggingface.co is an online trial and call api platform, which integrates albert-tokenizer-without-normalizer's modeling effects, including api services, and provides a free online trial of albert-tokenizer-without-normalizer, you can try albert-tokenizer-without-normalizer online for free by clicking the link below.

huggingface-course albert-tokenizer-without-normalizer online free url in huggingface.co:

https://huggingface.co/huggingface-course/albert-tokenizer-without-normalizer

albert-tokenizer-without-normalizer install

albert-tokenizer-without-normalizer is an open source model from GitHub that offers a free installation service, and any user can find albert-tokenizer-without-normalizer on GitHub to install. At the same time, huggingface.co provides the effect of albert-tokenizer-without-normalizer install, users can directly use albert-tokenizer-without-normalizer installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

albert-tokenizer-without-normalizer install url in huggingface.co:

https://huggingface.co/huggingface-course/albert-tokenizer-without-normalizer

Url of albert-tokenizer-without-normalizer

albert-tokenizer-without-normalizer huggingface.co Url

Provider of albert-tokenizer-without-normalizer huggingface.co

huggingface-course
ORGANIZATIONS

Other API from huggingface-course