kietnt0603 commited on
Commit
3114a61
1 Parent(s): e853866

End of training

Browse files
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- base_model: vinai/phobert-base-v2
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
- - name: results
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # results
14
 
15
- This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on an unknown dataset.
16
 
17
  ## Model description
18
 
@@ -40,10 +40,6 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_warmup_steps: 100
41
  - num_epochs: 5
42
 
43
- ### Training results
44
-
45
-
46
-
47
  ### Framework versions
48
 
49
  - Transformers 4.41.2
 
1
  ---
2
+ base_model: kietnt0603/vi-coqe-stage1
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
+ - name: vi-coqe-stage1
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # vi-coqe-stage1
14
 
15
+ This model is a fine-tuned version of [kietnt0603/vi-coqe-stage1](https://huggingface.co/kietnt0603/vi-coqe-stage1) on an unknown dataset.
16
 
17
  ## Model description
18
 
 
40
  - lr_scheduler_warmup_steps: 100
41
  - num_epochs: 5
42
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.41.2
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<mask>": 64000
3
+ }
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "vinai/phobert-base-v2",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "kietnt0603/vi-coqe-stage1",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "64000": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 256,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "tokenizer_class": "PhobertTokenizer",
53
+ "unk_token": "<unk>"
54
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a442439bf5f012ff0d2bd9f06c3e2b507fb37ab4bc82933c9336128e7069135
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d618a10ff45fcac0c6fc1fa97477b220f30cebded984f6afe1b121fa0b27bd
3
  size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff