Edit model card

0xnu/pmmlv2-fine-tuned-hausa

Hausa fine-tuned LLM using sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2.

Hausa words typically comprise diverse blends of vowels and consonants. The Hausa language boasts a vibrant phonetic framework featuring twenty-three consonants, five vowels, and two diphthongs. Words in Hausa can fluctuate in length and intricacy, but they usually adhere to uniform configurations of syllable arrangement and articulation. Additionally, Hausa words often incorporate diacritical marks like the apostrophe and macron to signify glottal stops and long vowels.

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["Tambarin talaka cikinsa", "Gwanin dokin wanda yake kansa"]

model = SentenceTransformer('0xnu/pmmlv2-fine-tuned-hausa')
embeddings = model.encode(sentences)
print(embeddings)

License

This project is licensed under the MIT License.

Copyright

(c) 2024 Finbarrs Oketunji.

Downloads last month
2
Safetensors
Model size
118M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) has been turned off for this model.