Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Language Detection Model
|
2 |
|
3 |
The model presented in the following repository represents a fine-tuned version of `BertModelForSequenceClassification`
|
|
|
1 |
+
---
|
2 |
+
base_model: bert-base-multilingual-uncased
|
3 |
+
---
|
4 |
+
|
5 |
# Language Detection Model
|
6 |
|
7 |
The model presented in the following repository represents a fine-tuned version of `BertModelForSequenceClassification`
|