Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,7 @@ This model is an extended implementation of T5 trained on 9000 press releases fr
|
|
20 |
|
21 |
### Model Sources [optional]
|
22 |
|
23 |
-
<!-- Provide the basic links for the model. -->
|
24 |
-
|
25 |
- **Repository:** https://huggingface.co/APO-Group/PressModel/tree/main
|
26 |
-
- **Demo [optional]:** [More Information Needed]
|
27 |
|
28 |
## Uses
|
29 |
|
@@ -50,6 +47,7 @@ model.load_model("t5","APO-Group/PressModel/Press Model", use_gpu=False)
|
|
50 |
|
51 |
# predict
|
52 |
predicted = model.predict("summarize: OAFLAD is an annual conference that brings together First Ladies from different African countries. This platform enables them to share their experiences and demonstrate their commitment to sustainable development, the promotion of women's and children's rights on the continent, youth development and the promotion of gender diversity. The distinguished First Ladies will contribute with their expertise and experience to the developing policies and projects aimed at improving the quality of life for the continent's populations, with a particular focus on the most vulnerable. For Vodacom Congo, this is an opportunity to consolidate its commitment in the DRC, but also that of the Vodacom Group at a pan-African level, in favor of inclusion for all. Through its Group, Vodacom Congo is taking part in a vast pan-African program called 'Africa.Connected', which aims to accelerate Africa's digital transformation through connectivity and access to Vodafone and Vodacom digital services and platforms.")
|
|
|
53 |
print(predicted)
|
54 |
|
55 |
|
|
|
20 |
|
21 |
### Model Sources [optional]
|
22 |
|
|
|
|
|
23 |
- **Repository:** https://huggingface.co/APO-Group/PressModel/tree/main
|
|
|
24 |
|
25 |
## Uses
|
26 |
|
|
|
47 |
|
48 |
# predict
|
49 |
predicted = model.predict("summarize: OAFLAD is an annual conference that brings together First Ladies from different African countries. This platform enables them to share their experiences and demonstrate their commitment to sustainable development, the promotion of women's and children's rights on the continent, youth development and the promotion of gender diversity. The distinguished First Ladies will contribute with their expertise and experience to the developing policies and projects aimed at improving the quality of life for the continent's populations, with a particular focus on the most vulnerable. For Vodacom Congo, this is an opportunity to consolidate its commitment in the DRC, but also that of the Vodacom Group at a pan-African level, in favor of inclusion for all. Through its Group, Vodacom Congo is taking part in a vast pan-African program called 'Africa.Connected', which aims to accelerate Africa's digital transformation through connectivity and access to Vodafone and Vodacom digital services and platforms.")
|
50 |
+
|
51 |
print(predicted)
|
52 |
|
53 |
|