crodri commited on
Commit
2c1eac6
1 Parent(s): 08cbbd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -74,6 +74,9 @@ widget:
74
 
75
  The **roberta-large-bne-massive** is a Intent Classification model for the Spanish language fine-tuned from the roberta-large-bne-massive model, a [RoBERTa](https://arxiv.org/abs/1907.11692) based model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers.
76
 
 
 
 
77
  ## Intended uses and limitations
78
 
79
  The **roberta-large-bne-massive** model can be used for intent prediction in plain text sentences in Spanish. It can be used in combination with an Automatic Speech Recognition model in order to implement a Voice Assistant. The model is limited by its training dataset and may not generalize well for all use cases.
74
 
75
  The **roberta-large-bne-massive** is a Intent Classification model for the Spanish language fine-tuned from the roberta-large-bne-massive model, a [RoBERTa](https://arxiv.org/abs/1907.11692) based model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers.
76
 
77
+ The model uses [MASSIVE 1.1](https://huggingface.co/datasets/AmazonScience/massive), a parallel dataset of > 1M utterances across 52 languages with annotations for the Natural Language Understanding tasks of intent prediction and slot annotation. Utterances span 60 intents and include 55 slot types.
78
+
79
+
80
  ## Intended uses and limitations
81
 
82
  The **roberta-large-bne-massive** model can be used for intent prediction in plain text sentences in Spanish. It can be used in combination with an Automatic Speech Recognition model in order to implement a Voice Assistant. The model is limited by its training dataset and may not generalize well for all use cases.