Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/akhooli/personachat-arabic/README.md
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- conversational
|
4 |
+
language:
|
5 |
+
- ar
|
6 |
+
license: mit
|
7 |
+
---
|
8 |
+
## personachat-arabic (conversational AI)
|
9 |
+
This is personachat-arabic, using a subset from the persona-chat validation dataset, machine translated to Arabic (from English)
|
10 |
+
and fine-tuned from [akhooli/gpt2-small-arabic](https://huggingface.co/akhooli/gpt2-small-arabic) which is a limited text generation model.
|
11 |
+
Usage: see the last section of this [example notebook](https://colab.research.google.com/drive/1I6RFOWMaTpPBX7saJYjnSTddW0TD6H1t?usp=sharing)
|
12 |
+
Note: model has limited training set which was machine translated (do not use for production).
|