Views
No views yet

eword) using a Gaussian positional prior, then reconstructs
the word with an autoregressive decoder.checkpoints/ on the model page)pip install gawa1from gawa import GAWAModel
2
3# Load from Hugging Face Hub
4model = GAWAModel.from_pretrained("AiRukua/gawa")
5
6# Encode / decode directly from model
7kept_words, embs = model.encode_words(["makan", "memakan", "makanan"])
8kept_words, recs = model.decode_words(["makan", "memakan", "makanan"])max_word_len.LICENSE in the repository.