Update README.md
Browse files
README.md
CHANGED
|
@@ -23,10 +23,10 @@ This language detection model demonstrated exceptional performance, achieving an
|
|
| 23 |
## Predicted output:
|
| 24 |
|
| 25 |
Model will return the language detection in the language codes like:
|
| 26 |
-
- de as German
|
| 27 |
-
- en as English
|
| 28 |
-
- fr as French
|
| 29 |
-
- es as Spanish
|
| 30 |
|
| 31 |
## Supported languages
|
| 32 |
Currently this model support 4 languages but in future more languages will be added.
|
|
@@ -62,7 +62,7 @@ model = AutoModelForSequenceClassification.from_pretrained("ImranzamanML/GEFS-la
|
|
| 62 |
```
|
| 63 |
|
| 64 |
## Model Training
|
| 65 |
-
|
| 66 |
Epoch Training Loss Validation Loss
|
| 67 |
1 0.002600 0.000148
|
| 68 |
2 0.001000 0.000015
|
|
|
|
| 23 |
## Predicted output:
|
| 24 |
|
| 25 |
Model will return the language detection in the language codes like:
|
| 26 |
+
- de as German
|
| 27 |
+
- en as English
|
| 28 |
+
- fr as French
|
| 29 |
+
- es as Spanish
|
| 30 |
|
| 31 |
## Supported languages
|
| 32 |
Currently this model support 4 languages but in future more languages will be added.
|
|
|
|
| 62 |
```
|
| 63 |
|
| 64 |
## Model Training
|
| 65 |
+
|
| 66 |
Epoch Training Loss Validation Loss
|
| 67 |
1 0.002600 0.000148
|
| 68 |
2 0.001000 0.000015
|