help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
language-translation
RSK World
language-translation
Language Translation Dataset - Machine Translation + Multilingual NLP + Parallel Corpus + Transformers
language-translation
  • data
  • examples
  • scripts
  • .gitignore705 B
  • CHECK_REPORT.md3.3 KB
  • LICENSE1 KB
  • PROJECT_INFO.md2.6 KB
  • README.md2.8 KB
  • RELEASE_NOTES.md4.7 KB
  • SETUP.md2.6 KB
  • config.py1.3 KB
  • index.html62.4 KB
  • language-translation.zip63.2 KB
  • requirements.txt299 B
config.py
config.py
Raw Download
Find: Go to:
# -*- coding: utf-8 -*-
"""
Language Translation Dataset - Configuration File
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
Copyright © 2016 RSK World. All rights reserved.

Configuration settings for the Language Translation Dataset project.
"""

from pathlib import Path

# Project Information
PROJECT_NAME = "Language Translation Dataset"
PROJECT_AUTHOR = "RSK World"
PROJECT_WEBSITE = "https://rskworld.in"
PROJECT_EMAIL = "help@rskworld.in"
PROJECT_PHONE = "+91 93305 39277"
PROJECT_YEAR = "2016"

# Directory Paths
BASE_DIR = Path(__file__).parent
DATA_DIR = BASE_DIR / 'data'
SCRIPTS_DIR = BASE_DIR / 'scripts'

# Dataset Configuration
LANGUAGES = ['english', 'spanish', 'french', 'german']
TRAIN_FILE_TSV = DATA_DIR / 'train.tsv'
TRAIN_FILE_JSON = DATA_DIR / 'train.json'
VALIDATION_FILE_TSV = DATA_DIR / 'validation.tsv'
VALIDATION_FILE_JSON = DATA_DIR / 'validation.json'
SAMPLE_FILE_JSON = DATA_DIR / 'sample_data.json'

# Model Configuration (for future use)
MODEL_NAMES = {
    'mbert': 'bert-base-multilingual-cased',
    'mt5': 'google/mt5-small',
    'mbart': 'facebook/mbart-large-50'
}

# Training Configuration (for future use)
MAX_LENGTH = 512
BATCH_SIZE = 16
LEARNING_RATE = 2e-5
NUM_EPOCHS = 3

49 lines•1.3 KB
python

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer