Text Generation
Transformers
Safetensors
Czech
mpt
custom_code
text-generation-inference
Inference Endpoints
mfajcik commited on
Commit
cd223a3
1 Parent(s): 7c356eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ Figure 3: Test loss closeup, testing performed on split of internal-corpus #1. S
53
  ### Vocabulary Swap
54
  To transfer knowledge from English model to Czech, we developed a simple method that (i) aligns several tokens between two vocabularies and (ii) copies the embeddings from original language to new language.
55
  <img src="figures/tllama_test.png" width="900"/>
56
- Figure 4: Ablation: Test perplexity over the course of training for vocabulary swap method on TinyLLAMA. Our method (green curve) vs TinyLLAMA training from scratch (blue curve).
57
 
58
  The vocabulary swap was done the same way as our [Czech-GPT-2](https://huggingface.co/BUT-FIT/Czech-GPT-2-XL-133k) model (check it out for comprehensive description.)
59
  For CSMPT7b, we managed to align 4,177 english tokens with corresponding czech tokens.
 
53
  ### Vocabulary Swap
54
  To transfer knowledge from English model to Czech, we developed a simple method that (i) aligns several tokens between two vocabularies and (ii) copies the embeddings from original language to new language.
55
  <img src="figures/tllama_test.png" width="900"/>
56
+ Figure 4: Test perplexity over the course of training for vocabulary swap method on TinyLLAMA. Our method (green curve) vs TinyLLAMA training from scratch (blue curve).
57
 
58
  The vocabulary swap was done the same way as our [Czech-GPT-2](https://huggingface.co/BUT-FIT/Czech-GPT-2-XL-133k) model (check it out for comprehensive description.)
59
  For CSMPT7b, we managed to align 4,177 english tokens with corresponding czech tokens.