kien-vu-uet
commited on
Training in progress, step 100
Browse files- config.json +3 -1
- model.safetensors +1 -1
- training_args.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
@@ -28,8 +29,9 @@
|
|
28 |
"pooler_size_per_head": 128,
|
29 |
"pooler_type": "first_token_transform",
|
30 |
"position_embedding_type": "absolute",
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"type_vocab_size": 2,
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 105879
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "kien-vu-uet/mBERT-finetuned-SSA",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
29 |
"pooler_size_per_head": 128,
|
30 |
"pooler_type": "first_token_transform",
|
31 |
"position_embedding_type": "absolute",
|
32 |
+
"problem_type": "single_label_classification",
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.41.0",
|
35 |
"type_vocab_size": 2,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 105879
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669461512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f081aaff74f3393dc5a7fac924e80c70be4cbe4b0cff1481ded6a32a21f7dc1
|
3 |
size 669461512
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:450bbb427f431898f934d7d3ebfde9c2e86adc0bd32f5daf435f5b90e4f57572
|
3 |
+
size 4795
|