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]