IlyaGusev / ru-word-stress-transformer

huggingface.co
Total runs: 54
24-hour runs: 0
7-day runs: 0
30-day runs: 34
Model's Last Updated: December 31 2022
token-classification

Introduction of ru-word-stress-transformer

Model Details of ru-word-stress-transformer

RuWordStressTransformer

Model description

Transformer encoder for predicting word stress in Russian.

Intended uses & limitations
How to use
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline

model_name = "IlyaGusev/ru-word-stress-transformer"
tokenizer = AutoTokenizer.from_pretrained(
    model_name,
    trust_remote_code=True,
    revision="bae83dd"
)
model = AutoModelForTokenClassification.from_pretrained(model_name)
pipe = pipeline(
    "token-classification",
    model=model,
    tokenizer=tokenizer,
    device=-1,
    aggregation_strategy="none",
    ignore_labels=("NO",)
)
text = "щеколда"
print(text)
index = pipe(text)[0]["index"]
print(text[:index] + "'" + text[index:])

Colab: link

Runs of IlyaGusev ru-word-stress-transformer on huggingface.co

54
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
34
30-day runs

More Information About ru-word-stress-transformer huggingface.co Model

More ru-word-stress-transformer license Visit here:

https://choosealicense.com/licenses/apache-2.0

ru-word-stress-transformer huggingface.co

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

ru-word-stress-transformer huggingface.co Url

https://huggingface.co/IlyaGusev/ru-word-stress-transformer

IlyaGusev ru-word-stress-transformer online free

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

IlyaGusev ru-word-stress-transformer online free url in huggingface.co:

https://huggingface.co/IlyaGusev/ru-word-stress-transformer

ru-word-stress-transformer install

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

ru-word-stress-transformer install url in huggingface.co:

https://huggingface.co/IlyaGusev/ru-word-stress-transformer

Url of ru-word-stress-transformer

ru-word-stress-transformer huggingface.co Url

Provider of ru-word-stress-transformer huggingface.co

IlyaGusev
ORGANIZATIONS

Other API from IlyaGusev

huggingface.co

Total runs: 95
Run Growth: 89
Growth Rate: 93.68%
Updated: July 13 2022
huggingface.co

Total runs: 6
Run Growth: 6
Growth Rate: 100.00%
Updated: December 12 2024