THUDM/Multilingual-GLM
The multilingual variant of GLM, a general language model trained with autoregressive blank infilling objective
This project helps anyone who works with text in multiple languages to automatically create short summaries of articles or answer questions based on the content. You provide an article or document in a common language, and the system can generate a brief summary in Chinese or English, or extract answers to questions. It's designed for researchers, analysts, or content creators dealing with diverse linguistic information.
No commits in the last 6 months.
Use this if you need to quickly understand or distill information from long-form articles or documents across different languages.
Not ideal if you need to translate entire documents or perform highly nuanced, domain-specific natural language processing tasks requiring very small models.
Stars
62
Forks
6
Language
Python
License
MIT
Category
Last pushed
Nov 19, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/THUDM/Multilingual-GLM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in...
kyegomez/LongNet
Implementation of plug in and play Attention from "LongNet: Scaling Transformers to 1,000,000,000 Tokens"
pbloem/former
Simple transformer implementation from scratch in pytorch. (archival, latest version on codeberg)
NVIDIA/FasterTransformer
Transformer related optimization, including BERT, GPT
kyegomez/SimplifiedTransformers
SimplifiedTransformer simplifies transformer block without affecting training. Skip connections,...