sehilnlf commited on
Commit
4b26c4b
1 Parent(s): 0defb15

Training complete

Browse files
README.md CHANGED
@@ -4,8 +4,6 @@ base_model: facebook/bart-large-mnli
4
  tags:
5
  - text2text-generation
6
  - generated_from_trainer
7
- metrics:
8
- - sacrebleu
9
  model-index:
10
  - name: model
11
  results: []
@@ -17,9 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
17
  # model
18
 
19
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 2.2636
22
- - Sacrebleu: 15.0709
23
 
24
  ## Model description
25
 
@@ -49,10 +44,6 @@ The following hyperparameters were used during training:
49
  - num_epochs: 10
50
  - mixed_precision_training: Native AMP
51
 
52
- ### Training results
53
-
54
-
55
-
56
  ### Framework versions
57
 
58
  - Transformers 4.39.3
 
4
  tags:
5
  - text2text-generation
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: model
9
  results: []
 
15
  # model
16
 
17
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
 
 
 
18
 
19
  ## Model description
20
 
 
44
  - num_epochs: 10
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.39.3
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:549374fd5a11fab7f21aaf271015d786d53200a82ad11d84889513f015669ee8
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1886219516cf31e0cec7c21053fbc9f7d13eacd2fbd92536d840c0605ac9807
3
  size 1625426996
runs/May22_07-51-20_acf1c26d2845/events.out.tfevents.1716366520.acf1c26d2845.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e773ff1fbc5384a1e210d240067bc0ae19148425cdde1a1e343ba1f68862631d
3
+ size 10634
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,10 @@
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
@@ -11,7 +12,7 @@
11
  "1": {
12
  "content": "<pad>",
13
  "lstrip": false,
14
- "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
@@ -19,7 +20,7 @@
19
  "2": {
20
  "content": "</s>",
21
  "lstrip": false,
22
- "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
@@ -27,12 +28,12 @@
27
  "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
- "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "40029": {
36
  "content": "<mask>",
37
  "lstrip": true,
38
  "normalized": true,
@@ -45,11 +46,12 @@
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
 
48
  "mask_token": "<mask>",
49
  "model_max_length": 1024,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
52
- "sp_model_kwargs": {},
53
- "tokenizer_class": "BartphoTokenizer",
54
  "unk_token": "<unk>"
55
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
  "content": "<s>",
6
  "lstrip": false,
7
+ "normalized": true,
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
 
12
  "1": {
13
  "content": "<pad>",
14
  "lstrip": false,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
 
20
  "2": {
21
  "content": "</s>",
22
  "lstrip": false,
23
+ "normalized": true,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
28
  "3": {
29
  "content": "<unk>",
30
  "lstrip": false,
31
+ "normalized": true,
32
  "rstrip": false,
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
  "normalized": true,
 
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
+ "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 1024,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
+ "tokenizer_class": "BartTokenizer",
55
+ "trim_offsets": true,
56
  "unk_token": "<unk>"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:024ccafa475f8efc355a15fe180f46bab1538fb4d38a94eaa88102597e87d810
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29fb4077746273a71f48fc4aeacc3cd1a097e3157bcf8df4e0751653e313ab0
3
  size 5048
vocab.json ADDED
The diff for this file is too large to render. See raw diff