machinelearningzuu / grammar-error-correcter

huggingface.co
Total runs: 7
24-hour runs: 0
7-day runs: 4
30-day runs: 4
Model's Last Updated: June 03 2022
text-generation

Introduction of grammar-error-correcter

Model Details of grammar-error-correcter

from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

GED_TOKENIZER = AutoTokenizer.from_pretrained("zuu/grammar-error-correcter")
GED_MODEL = AutoModelForSeq2SeqLM.from_pretrained("zuu/grammar-error-correcter")

# Incorrect text
incorrect_text = 'young children should avoid exposure to contageous disease'

# Tokenize text
tokens= GED_TOKENIZER(
                                [incorrect_text], 
                                padding=True, 
                                return_tensors='pt'
                                )

corrections = GED_MODEL.generate(**tokens)
corrections = GED_TOKENIZER.batch_decode(
                                      corrections, 
                                      skip_special_tokens=True
                                      )

Runs of machinelearningzuu grammar-error-correcter on huggingface.co

7
Total runs
0
24-hour runs
1
3-day runs
4
7-day runs
4
30-day runs

More Information About grammar-error-correcter huggingface.co Model

grammar-error-correcter huggingface.co

grammar-error-correcter huggingface.co is an AI model on huggingface.co that provides grammar-error-correcter's model effect (), which can be used instantly with this machinelearningzuu grammar-error-correcter model. huggingface.co supports a free trial of the grammar-error-correcter model, and also provides paid use of the grammar-error-correcter. Support call grammar-error-correcter model through api, including Node.js, Python, http.

machinelearningzuu grammar-error-correcter online free

grammar-error-correcter huggingface.co is an online trial and call api platform, which integrates grammar-error-correcter's modeling effects, including api services, and provides a free online trial of grammar-error-correcter, you can try grammar-error-correcter online for free by clicking the link below.

machinelearningzuu grammar-error-correcter online free url in huggingface.co:

https://huggingface.co/machinelearningzuu/grammar-error-correcter

grammar-error-correcter install

grammar-error-correcter is an open source model from GitHub that offers a free installation service, and any user can find grammar-error-correcter on GitHub to install. At the same time, huggingface.co provides the effect of grammar-error-correcter install, users can directly use grammar-error-correcter installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

grammar-error-correcter install url in huggingface.co:

https://huggingface.co/machinelearningzuu/grammar-error-correcter

Url of grammar-error-correcter

Provider of grammar-error-correcter huggingface.co

machinelearningzuu
ORGANIZATIONS

Other API from machinelearningzuu