nahidmuntasir7 commited on
Commit
76a2f4f
·
verified ·
1 Parent(s): 9951496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
49
  title="Multilingual Sentence Classifier⚡",
50
  description = (
51
  "This model, trained on a curated Bangla dataset by **TextLab RUET**, classifies sentences into five categories: Assertive, Interrogative, Imperative, Optative, and Exclamatory. \n\n"
52
- "Although it was fine-tuned on Bangla sentences, the model **XLM-R** (a multilingual transformer model based on the BERT architecture) leverages transfer learning from 100+ languages, enabling it to classify sentences in languages like Bangla, English, Spanish, French, German, Chinese, Arabic, and more.\n\n"
53
  "**Note**: While we aim for accuracy, the model may occasionally misclassify sentences due to dataset limitations. We appreciate your understanding.\n\n"
54
  "**Enter a sentence below to see how our model interprets it!** 🤖"
55
  ),
 
49
  title="Multilingual Sentence Classifier⚡",
50
  description = (
51
  "This model, trained on a curated Bangla dataset by **TextLab RUET**, classifies sentences into five categories: Assertive, Interrogative, Imperative, Optative, and Exclamatory. \n\n"
52
+ "Although it was fine-tuned on Bangla sentences, the model **XLM-R** (a multilingual transformer model based on the BERT architecture) leverages transfer learning from 100+ languages, enabling it to classify sentences in languages like Bangla, English, Spanish, French, Arabic, Chinese, Japanese, and more.\n\n"
53
  "**Note**: While we aim for accuracy, the model may occasionally misclassify sentences due to dataset limitations. We appreciate your understanding.\n\n"
54
  "**Enter a sentence below to see how our model interprets it!** 🤖"
55
  ),