Buckets:
| # Introduction[[introduction]] | |
| <CourseFloatingBanner | |
| chapter={6} | |
| classNames="absolute z-10 right-0 top-0" | |
| /> | |
| In [Chapter 3](/course/chapter3), we looked at how to fine-tune a model on a given task. When we do that, we use the same tokenizer that the model was pretrained with -- but what do we do when we want to train a model from scratch? In these cases, using a tokenizer that was pretrained on a corpus from another domain or language is typically suboptimal. For example, a tokenizer that's trained on an English corpus will perform poorly on a corpus of Japanese texts because the use of spaces and punctuation is very different in the two languages. | |
| In this chapter, you will learn how to train a brand new tokenizer on a corpus of texts, so it can then be used to pretrain a language model. This will all be done with the help of the [🤗 Tokenizers](https://github.com/huggingface/tokenizers) library, which provides the "fast" tokenizers in the [🤗 Transformers](https://github.com/huggingface/transformers) library. We'll take a close look at the features that this library provides, and explore how the fast tokenizers differ from the "slow" versions. | |
| Topics we will cover include: | |
| * How to train a new tokenizer similar to the one used by a given checkpoint on a new corpus of texts | |
| * The special features of fast tokenizers | |
| * The differences between the three main subword tokenization algorithms used in NLP today | |
| * How to build a tokenizer from scratch with the 🤗 Tokenizers library and train it on some data | |
| The techniques introduced in this chapter will prepare you for the section in [Chapter 7](/course/chapter7/6) where we look at creating a language model for Python source code. Let's start by looking at what it means to "train" a tokenizer in the first place. | |
| <EditOnGithub source="https://github.com/huggingface/course/blob/main/chapters/en/chapter6/1.mdx" /> |
Xet Storage Details
- Size:
- 1.91 kB
- Xet hash:
- f268002a8c251db76bf16d6b54f1893c6e163924a3aded150ae894d4c1c82e36
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.