Instructions to use mou3az/IT-General_Question-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mou3az/IT-General_Question-Generation with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-base") model = PeftModel.from_pretrained(base_model, "mou3az/IT-General_Question-Generation") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
---
|
| 15 |
### Model Card ###
|
| 16 |
|
| 17 |
-
#
|
| 18 |
|
| 19 |
Base Model: facebook/bart-base
|
| 20 |
|
|
@@ -27,7 +27,7 @@ tags:
|
|
| 27 |
Language: English
|
| 28 |
|
| 29 |
|
| 30 |
-
#
|
| 31 |
|
| 32 |
Training Loss: 1.1.1958
|
| 33 |
|
|
|
|
| 14 |
---
|
| 15 |
### Model Card ###
|
| 16 |
|
| 17 |
+
#Information:
|
| 18 |
|
| 19 |
Base Model: facebook/bart-base
|
| 20 |
|
|
|
|
| 27 |
Language: English
|
| 28 |
|
| 29 |
|
| 30 |
+
#Performance Metrics on Evaluation Set:
|
| 31 |
|
| 32 |
Training Loss: 1.1.1958
|
| 33 |
|