google/muril-base-cased · Hugging Face

By huggingface - 2021-03-22

Description

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Summary

  • Or just clone the model repo # if you want to clone without large files – just their pointers # prepend your git clone with the following env var: We also make use of the publicly available PMINDIA corpus.
  • We feed transliterated segment pairs as input.
  • This model is not expected to perform well on languages other than the ones used in pretraining, i.e.
  • 17 Indian languages.

 

Topics

  1. Backend (0.22)
  2. NLP (0.2)
  3. Database (0.09)

Similar Articles

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.

Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…