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
|
@@ -27,7 +27,7 @@ Mayank-AI is a specialized artificial intelligence model designed for Indian pha
|
|
| 27 |
- **Developed by:** Mayank Malviya
|
| 28 |
- **Model Type:** GPT-2 based Transformer for Indian Medical/Pharmaceutical Applications
|
| 29 |
- **Language(s):** English (with Indian medical terminology and drug names)
|
| 30 |
-
- **License:**
|
| 31 |
- **Domain:** Indian Pharmaceuticals & Medicine Information
|
| 32 |
- **Primary Use:** Indian medicine information, drug compound analysis, symptom mapping, prescription guidance
|
| 33 |
|
|
|
|
| 27 |
- **Developed by:** Mayank Malviya
|
| 28 |
- **Model Type:** GPT-2 based Transformer for Indian Medical/Pharmaceutical Applications
|
| 29 |
- **Language(s):** English (with Indian medical terminology and drug names)
|
| 30 |
+
- **License:** Apache-2.0
|
| 31 |
- **Domain:** Indian Pharmaceuticals & Medicine Information
|
| 32 |
- **Primary Use:** Indian medicine information, drug compound analysis, symptom mapping, prescription guidance
|
| 33 |
|