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
|
@@ -15,14 +15,6 @@ This is the model quantized mistral which is trained using 4bit quantization and
|
|
| 15 |
You can change instruction to emulate these outputs based on inputs.
|
| 16 |
|
| 17 |
|
| 18 |
-
### Model Sources [optional]
|
| 19 |
-
|
| 20 |
-
<!-- Provide the basic links for the model. -->
|
| 21 |
-
|
| 22 |
-
- **Repository:** [More Information Needed]
|
| 23 |
-
- **Paper [optional]:** [More Information Needed]
|
| 24 |
-
- **Demo [optional]:** [More Information Needed]
|
| 25 |
-
|
| 26 |
## Requirements
|
| 27 |
```python
|
| 28 |
|
|
|
|
| 15 |
You can change instruction to emulate these outputs based on inputs.
|
| 16 |
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## Requirements
|
| 19 |
```python
|
| 20 |
|