Question Answering
Transformers
Safetensors
English
gpt2
text-generation
medicine
india
pharmaceutical
text-generation-inference
Instructions to use Mayank-22/Mayank-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mayank-22/Mayank-AI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Mayank-22/Mayank-AI")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Mayank-22/Mayank-AI") model = AutoModelForCausalLM.from_pretrained("Mayank-22/Mayank-AI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
# Mayank-AI: Medical AI Assistant Model
|
| 2 |
|
| 3 |
[](https://huggingface.co/Mayank-22/Mayank-AI)
|
| 4 |
-
|
| 5 |
-
[](https://huggingface.co/Mayank-22/Mayank-AI)
|
| 6 |
|
| 7 |
## 馃搵 Model Overview
|
| 8 |
|
|
|
|
| 1 |
# Mayank-AI: Medical AI Assistant Model
|
| 2 |
|
| 3 |
[](https://huggingface.co/Mayank-22/Mayank-AI)
|
| 4 |
+
|
|
|
|
| 5 |
|
| 6 |
## 馃搵 Model Overview
|
| 7 |
|