Instructions to use DisgustingOzil/Academic-MCQ-Generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DisgustingOzil/Academic-MCQ-Generator with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DisgustingOzil/Academic-MCQ-Generator", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use DisgustingOzil/Academic-MCQ-Generator with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DisgustingOzil/Academic-MCQ-Generator to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for DisgustingOzil/Academic-MCQ-Generator to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DisgustingOzil/Academic-MCQ-Generator to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="DisgustingOzil/Academic-MCQ-Generator", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ alpaca_prompt = """Below is an instruction that describes a task, paired with an
|
|
| 44 |
|
| 45 |
### Input:
|
| 46 |
{}
|
| 47 |
-
|
| 48 |
### Response
|
| 49 |
input2="""Mitosis (/maɪˈtoʊsɪs/) is a part of the cell cycle in which replicated chromosomes are separated into two new nuclei. Cell division by mitosis is an equational division which gives rise to genetically identical cells in which the total number of chromosomes is maintained.[1][2] Mitosis is preceded by the S phase of interphase (during which DNA replication occurs) and is followed by telophase and cytokinesis, which divide the cytoplasm, organelles, and cell membrane of one cell into two new cells containing roughly equal shares of these cellular components.[3] The different stages of mitosis altogether define the mitotic phase (M phase) of a cell cycle—the division of the mother cell into two daughter cells genetically identical to each other.[4]
|
| 50 |
|
|
|
|
| 44 |
|
| 45 |
### Input:
|
| 46 |
{}
|
| 47 |
+
"""
|
| 48 |
### Response
|
| 49 |
input2="""Mitosis (/maɪˈtoʊsɪs/) is a part of the cell cycle in which replicated chromosomes are separated into two new nuclei. Cell division by mitosis is an equational division which gives rise to genetically identical cells in which the total number of chromosomes is maintained.[1][2] Mitosis is preceded by the S phase of interphase (during which DNA replication occurs) and is followed by telophase and cytokinesis, which divide the cytoplasm, organelles, and cell membrane of one cell into two new cells containing roughly equal shares of these cellular components.[3] The different stages of mitosis altogether define the mitotic phase (M phase) of a cell cycle—the division of the mother cell into two daughter cells genetically identical to each other.[4]
|
| 50 |
|