AyoubChLin
commited on
Commit
•
5f6aa97
1
Parent(s):
6a4f769
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,9 @@ This is a Huggingface model fine-tuned on the CNN news dataset for zero-shot tex
|
|
20 |
## Authors
|
21 |
This work was done by [CHERGUELAINE Ayoub](https://www.linkedin.com/in/ayoub-cherguelaine/) & [BOUBEKRI Faycal](https://www.linkedin.com/in/faycal-boubekri-832848199/)
|
22 |
|
|
|
|
|
|
|
23 |
## Model Architecture
|
24 |
The model architecture is based on the DistilBART-MNLI transformer model. DistilBART is a smaller and faster version of BART that is pre-trained on a large corpus of text and fine-tuned on downstream natural language processing tasks.
|
25 |
|
|
|
20 |
## Authors
|
21 |
This work was done by [CHERGUELAINE Ayoub](https://www.linkedin.com/in/ayoub-cherguelaine/) & [BOUBEKRI Faycal](https://www.linkedin.com/in/faycal-boubekri-832848199/)
|
22 |
|
23 |
+
## Original Model
|
24 |
+
[valhalla/distilbart-mnli-12-1](https://huggingface.co/valhalla/distilbart-mnli-12-1)
|
25 |
+
|
26 |
## Model Architecture
|
27 |
The model architecture is based on the DistilBART-MNLI transformer model. DistilBART is a smaller and faster version of BART that is pre-trained on a large corpus of text and fine-tuned on downstream natural language processing tasks.
|
28 |
|