YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
https://huggingface.co/spaces/mahesh1209/chatbot-SLM-DEEPIKA
license: mit
TinySLM Chatbot
A minimal PyTorch chatbot trained on custom Q&A pairs using GRU. Designed for educational and demo purposes. https://huggingface.co/spaces/mahesh1209/chatbot-SLM-DEEPIKA
Usage
import torch
from model import TinySLM
model = TinySLM(vocab_size)
model.load_state_dict(torch.load("tiny_slm_weights.pt"))
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support