Skip to content
View techwithsergiu's full-sized avatar

Block or report techwithsergiu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. marian-translate-pipeline-onnx marian-translate-pipeline-onnx Public

    This repository contains a clean, minimal implementation of MarianMT translation using: SentencePiece tokenizer, ONNX Runtime encoder / decoder / decoder-with-past, Quantized ONNX models (q4). The …

    Python

  2. marian-tokenizer-core marian-tokenizer-core Public

    A lightweight, standalone C++ tokenizer engine for Marian-based NMT models - portable, dependency‑minimal, and ready to embed into Go, Java, Node.js, Android NDK, or any other runtime. This reposit…

    C++

  3. marian_tokenizer_go marian_tokenizer_go Public

    This repository provides a complete, modular tokenizer stack for Marian NMT models using: Google SentencePiece, Custom C++ Marian tokenizer core, Go bindings for three tokenizer versions. The proje…

    Go

  4. marian_translate_pipeline_onnx_go marian_translate_pipeline_onnx_go Public

    A minimal, fully-local machine translation pipeline in Go built on top of Marian models exported to ONNX and executed with ONNX Runtime