Training in progress, step 340
Browse files- config.json +3 -2
- model.safetensors +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert-base-
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"model_type": "distilbert",
|
| 24 |
"n_heads": 12,
|
| 25 |
"n_layers": 6,
|
|
|
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
"qa_dropout": 0.1,
|
|
@@ -31,5 +32,5 @@
|
|
| 31 |
"tie_weights_": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.45.2",
|
| 34 |
-
"vocab_size":
|
| 35 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert/distilbert-base-multilingual-cased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 23 |
"model_type": "distilbert",
|
| 24 |
"n_heads": 12,
|
| 25 |
"n_layers": 6,
|
| 26 |
+
"output_past": true,
|
| 27 |
"pad_token_id": 0,
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qa_dropout": 0.1,
|
|
|
|
| 32 |
"tie_weights_": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.45.2",
|
| 35 |
+
"vocab_size": 119547
|
| 36 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82e3a244bf300007b0a931adc596a3f822522b06103e67942495d6cc4d532ee7
|
| 3 |
+
size 541320452
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": false,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
-
"do_lower_case":
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
"model_max_length": 512,
|
| 49 |
"pad_token": "[PAD]",
|
|
|
|
| 43 |
},
|
| 44 |
"clean_up_tokenization_spaces": false,
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": false,
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
"model_max_length": 512,
|
| 49 |
"pad_token": "[PAD]",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31a64c49e00e567395f60a900f6abf50291428f9b4704620d84845ac2f1802ec
|
| 3 |
size 5176
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|