Instructions to use Mrigank005/NeoTutor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Mrigank005/NeoTutor with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Mrigank005/NeoTutor", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,12 +6,12 @@ pipeline_tag: text-generation
|
|
| 6 |
library_name: adapter-transformers
|
| 7 |
tags:
|
| 8 |
- langgraph
|
| 9 |
-
- llama-3
|
| 10 |
- educational
|
| 11 |
- tutor
|
| 12 |
- ai-tutor
|
| 13 |
- adaptive-learning
|
| 14 |
- text-generation
|
|
|
|
| 15 |
---
|
| 16 |
# 🤖 Enhanced AI Tutor System using LLaMA-3 and LangGraph
|
| 17 |
|
|
|
|
| 6 |
library_name: adapter-transformers
|
| 7 |
tags:
|
| 8 |
- langgraph
|
|
|
|
| 9 |
- educational
|
| 10 |
- tutor
|
| 11 |
- ai-tutor
|
| 12 |
- adaptive-learning
|
| 13 |
- text-generation
|
| 14 |
+
- llama3.2
|
| 15 |
---
|
| 16 |
# 🤖 Enhanced AI Tutor System using LLaMA-3 and LangGraph
|
| 17 |
|