2

I was wondering if pre-trained multilingual Bert is available in sparknlp? As you know Bert is pre-trained for 109 languages. I was wondering if all of these languages are in spark bert too?

Thanks

amir haghighi
  • 31
  • 1
  • 3

1 Answers1

2

As you can see from the spark nlp documentation:

Models
Spark NLP offers more than 250 pre-trained models in 46 languages.

List of languages: Afrikaans, Arabic, Armenian, Basque, Bengali, Breton, Bulgarian, Catalan, Czech, Dutch, English, Esperanto, Finnish, French, Galician, German, Greek, Hausa, Hebrew, Hindi, Hungarian, Indonesian, Irish, Italian, Japanese, Latin, Latvian, Marathi, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Somali, Southern Sotho, Spanish, Swahili, Swedish, Tswana, Turkish, Ukrainian, Zulu

Also there is this repository which keeps the pre-trained versions of pipelines and models for the Spark NLP library.

Elidor00
  • 1,271
  • 13
  • 27