rccmsu commited on
Commit
946002a
1 Parent(s): 302641c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ Use in the same way as IlyaGusev/saiga2_7b_lora.
7
 
8
  WARNING! Load tokenizer as AutoTokenizer.from_pretrained(model_path, use_fast=True)
9
 
10
- Up to 60% faster generation and 35% training with HF because of different tokenizer.
11
 
12
  Colab: https://colab.research.google.com/drive/109ZhEB6STy-0jO-Z_4ttkWr1jg_FCTRW?usp=sharing
13
 
 
7
 
8
  WARNING! Load tokenizer as AutoTokenizer.from_pretrained(model_path, use_fast=True)
9
 
10
+ Up to 60% faster generation and 35% training (on identical russian text sequences!) with HF because of different tokenizer.
11
 
12
  Colab: https://colab.research.google.com/drive/109ZhEB6STy-0jO-Z_4ttkWr1jg_FCTRW?usp=sharing
13