Robustify language detection model
Browse files- config.json +2 -2
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -426,7 +426,7 @@
|
|
426 |
"position_embedding_type": "absolute",
|
427 |
"problem_type": "single_label_classification",
|
428 |
"torch_dtype": "float32",
|
429 |
-
"transformers_version": "4.
|
430 |
"type_vocab_size": 2,
|
431 |
"use_cache": true,
|
432 |
"vocab_size": 50257
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "data/models/checkpoint-98000",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
426 |
"position_embedding_type": "absolute",
|
427 |
"problem_type": "single_label_classification",
|
428 |
"torch_dtype": "float32",
|
429 |
+
"transformers_version": "4.49.0",
|
430 |
"type_vocab_size": 2,
|
431 |
"use_cache": true,
|
432 |
"vocab_size": 50257
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 97838484
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f977fe14d104079f0b2139601f7c821cde1a7935a5ca21337b853f30a8bafa35
|
3 |
size 97838484
|