Updated README.md to fix minor errors and update to be in line with new huggingface v5

#4

Updated README.md to be in line with huggingface v5: https://github.com/huggingface/transformers/releases/tag/v5.0.0

Also fixed minor syntactic error:
tokenizer.batch_encode_plus(sequences_example, ...

min_len = min([ len(s) for s in folding_example])
max_len = max([ len(s) for s in folding_example])

etc.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment