Views
No views yet
UBC-NLP/serengeti-E250gpt2evaluate1from transformers import pipeline
2
3translator = pipeline("translation", model="DS4H-ICTU/english-ghomala-translation-model-encoderdecoder")
4result = translator("The woman gave water to the prophet.")
5print(result)@misc{ghomala_translation_model,
title={Ghomala Translation Model},
author={Group 2},
howpublished={\url{https://huggingface.co/DS4H-ICTU/english-ghomala-translation-model-encoderdecoder}},
year={2025}
}