gitabtion/ConvBert-PyTorch
🤗An unofficial PyTorch implementation of ConvBert based on huggingface/transformers.
This project offers a PyTorch version of ConvBert, a model that enhances how computers understand text. It takes raw text data as input and helps create better, more nuanced language models. It is designed for machine learning engineers and researchers who are building and fine-tuning natural language processing systems.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher specifically working with PyTorch and looking to implement or experiment with the ConvBert architecture for improved text understanding.
Not ideal if you are an end-user seeking a ready-to-use application for text analysis rather than a tool for building NLP models.
Stars
17
Forks
7
Language
Python
License
—
Category
Last pushed
Oct 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/gitabtion/ConvBert-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
nyu-mll/jiant
jiant is an nlp toolkit
lonePatient/TorchBlocks
A PyTorch-based toolkit for natural language processing
monologg/JointBERT
Pytorch implementation of JointBERT: "BERT for Joint Intent Classification and Slot Filling"
grammarly/gector
Official implementation of the papers "GECToR – Grammatical Error Correction: Tag, Not Rewrite"...