SivaMallikarjun's picture
Update multi_language_rl_model/README.md
6183674 verified
|
raw
history blame
1.03 kB
metadata
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]