Kushtrim Visoka
Results
2
comments of
Kushtrim Visoka
Great initiative, Ardit! Made a new list of words by combining some other great sources: - https://www.kaggle.com/datasets/ashahini/stop-words-shqip - https://albforumi.com/threads/stop-words-shqip.20285/ [albanian.txt](https://github.com/nltk/nltk_data/files/14072041/albanian.txt)
> ## Does not work: > ``` > encoding_name = tiktoken.encoding_for_model("gpt-4o") # returns the Encoding object > print(f'{type(encoding_name) = }') > encoding = tiktoken.get_encoding(encoding_name) > print(encoding) > ``` > >...