Changes between Version 27 and Version 28 of private/NlpInPracticeCourse/LanguageModelling


Ignore:
Timestamp:
Sep 26, 2023, 9:27:48 AM (7 months ago)
Author:
pary
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/LanguageModelling

    v27 v28  
    4141
    4242
    43 Access the [[https://colab.research.google.com/drive/1GSS_KlTVkrNNqGBi6MmZ6AMgHcIQDczq?usp=sharing|Python notebook in the Google Colab environment]]. Do not forget to save your work if you want to see your changes later, leaving the browser will throw away all changes!
     43Access the [[https://colab.research.google.com/drive/1zs62Wzc87Hcrc-PpLzgfYT7sN9tey3Pe?usp=sharing|Python notebook in the Google Colab environment]]. Do not forget to save your work if you want to see your changes later, leaving the browser will throw away all changes!
    4444
    4545OR
     
    7272==== Task 2 ====
    7373
    74 Implement a new Dataset class to Use subwords (via BPE) instead of character.
     74Implement a new Dataset class to Use subwords (via [[https://github.com/google/sentencepiece|SentencePiece]]) instead of character.
    7575Compare the generated text with the text generated by character-level model with the same number of parameters.
    7676