Spaces:
Sleeping
Sleeping
File size: 1,029 Bytes
6183674 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: Multi-Language RL Model
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: "3.50.2"
app_file: app.py
pinned: false
---
# π Multi-Language RL Model
This repository hosts a lightweight Multi-Language Reinforcement Learning (RL)-style fine-tuned model for text classification.
Built with `Gradio` UI + `XLM-RoBERTa` transformer model.
π **Features**:
- Supports **multiple languages** (English, Hindi, French, German, etc.).
- Fine-tuned via **RL-style agent simulation**.
- **Quantized model** for super-lightweight deployment.
- No API key needed. Runs fully on **CPU** on Hugging Face Spaces!
π **How to Use**:
1. Enter any text (any language) into the input box.
2. Model will classify it as **Correct** or **Incorrect**.
3. Enjoy the multilingual support!
π οΈ **Tech Stack**:
- π€ Hugging Face Transformers
- π Datasets (CSV based)
- π‘οΈ Gradio Frontend
- π₯ PyTorch Backend
- π§Ή Lightweight Quantized Model
π¨βπ» **Developer**:
[Siva Mallikarjun Parvatham] |