Skip to content
#

tokenizer-nlp

Here are 21 public repositories matching this topic...

Successfully developed a text classification model to predict whether a given news text is fake or not by fine-tuning a pretrained BERT transformed model imported from Hugging Face.

  • Updated Dec 10, 2024
  • Jupyter Notebook

Natural Language Processing (NLP) is a branch of Artificial Intelligence (AI) that teaches computers to understand, interpret, and generate human language. It bridges the gap between human communication and machine understanding, powering everyday tools like digital assistants, spam filters, and language translation.

  • Updated Jun 16, 2026
  • Jupyter Notebook

Tokenization is a way of separating a piece of text into smaller units called tokens. Here, tokens can be either words, characters, or subwords. Hence, tokenization can be broadly classified into 3 types – word, character, and subword (n-gram characters) tokenization.

  • Updated Jun 30, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the tokenizer-nlp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tokenizer-nlp topic, visit your repo's landing page and select "manage topics."

Learn more