nlpodyssey/cybertron
Cybertron: the home planet of the Transformers in Go
This is a tool for developers who want to integrate advanced Natural Language Processing (NLP) capabilities directly into their Go applications. It allows you to use pre-trained AI models for tasks like translating text, summarizing documents, or identifying key information. You input text, and the system processes it using these models to output insights or transformed text, all within a Go environment.
325 stars. No commits in the last 6 months.
Use this if you are a Go developer building applications that need to perform various natural language tasks, such as text classification, translation, or question answering, without relying on external services or other programming languages.
Not ideal if you are not a Go developer or if you need to train your own custom NLP models from scratch, as this tool is primarily for inference with pre-trained models.
Stars
325
Forks
28
Language
Go
License
BSD-2-Clause
Category
Last pushed
Jun 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/nlpodyssey/cybertron"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ThilinaRajapakse/simpletransformers
Transformers for Information Retrieval, Text Classification, NER, QA, Language Modelling,...
jsksxs360/How-to-use-Transformers
Transformers 库快速入门教程
google/deepconsensus
DeepConsensus uses gap-aware sequence transformers to correct errors in Pacific Biosciences...
Denis2054/Transformers-for-NLP-2nd-Edition
Transformer models from BERT to GPT-4, environments from Hugging Face to OpenAI. Fine-tuning,...
abhimishra91/transformers-tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks