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,4 +1,16 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
## 馃搵 Model Overview
|
| 3 |
|
| 4 |
Mayank-AI is a specialized artificial intelligence model designed for Indian pharmaceutical and medical applications, trained on comprehensive Indian medicines datasets. This model leverages supervised learning techniques built on GPT-2 transformer architecture to provide accurate and contextually relevant information about Indian medicines, their compounds, uses, and related medical information.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
library_name: transformers
|
| 5 |
+
tags:
|
| 6 |
+
- gpt2
|
| 7 |
+
- text-generation
|
| 8 |
+
- medicine
|
| 9 |
+
- india
|
| 10 |
+
- pharmaceutical
|
| 11 |
+
- question-answering
|
| 12 |
+
base_model: gpt2
|
| 13 |
+
---
|
| 14 |
## 馃搵 Model Overview
|
| 15 |
|
| 16 |
Mayank-AI is a specialized artificial intelligence model designed for Indian pharmaceutical and medical applications, trained on comprehensive Indian medicines datasets. This model leverages supervised learning techniques built on GPT-2 transformer architecture to provide accurate and contextually relevant information about Indian medicines, their compounds, uses, and related medical information.
|