Fariha4185 commited on
Commit
414c271
1 Parent(s): 8ba9c8a

Training done for bart-large-mnli

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.4526
19
 
20
  ## Model description
21
 
@@ -47,14 +47,14 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss |
51
- |:-------------:|:-----:|:----:|:---------------:|
52
- | 1.4268 | 0.54 | 500 | 1.4526 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.39.3
58
- - Pytorch 2.1.2
59
- - Datasets 2.18.0
60
- - Tokenizers 0.15.2
 
15
 
16
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.5107
19
 
20
  ## Model description
21
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:----:|:---------------:|
52
+ | 1.4099 | 0.5431 | 500 | 1.5107 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.40.2
58
+ - Pytorch 2.2.1+cu121
59
+ - Datasets 2.19.1
60
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -45,7 +45,7 @@
45
  "pad_token_id": 1,
46
  "scale_embedding": false,
47
  "torch_dtype": "float32",
48
- "transformers_version": "4.39.3",
49
  "use_cache": true,
50
  "vocab_size": 50265
51
  }
 
45
  "pad_token_id": 1,
46
  "scale_embedding": false,
47
  "torch_dtype": "float32",
48
+ "transformers_version": "4.40.2",
49
  "use_cache": true,
50
  "vocab_size": 50265
51
  }
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "eos_token_id": 2,
6
  "forced_eos_token_id": 2,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.39.3"
9
  }
 
5
  "eos_token_id": 2,
6
  "forced_eos_token_id": 2,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.40.2"
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59865da2a6651a7aa47b6cf0667f7c4888f78479cf8a2440c48b4b8c6e204f5d
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9bf0d73c73e15ec1ae8547f74e144a39a50e49fd8bd770a71d2277f5083bc4
3
  size 1625426996
tokenizer.json CHANGED
@@ -88,6 +88,7 @@
88
  "end_of_word_suffix": "",
89
  "fuse_unk": false,
90
  "byte_fallback": false,
 
91
  "vocab": {
92
  "<s>": 0,
93
  "<pad>": 1,
 
88
  "end_of_word_suffix": "",
89
  "fuse_unk": false,
90
  "byte_fallback": false,
91
+ "ignore_merges": false,
92
  "vocab": {
93
  "<s>": 0,
94
  "<pad>": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69b3527c0eb2171e9760f0aad5c1066138d2bddb2c4680c30749ecee5755e736
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ef5f207a77a7a3bca0e3a72440be24a3828665b78d8b16c82b3f7ca15d12b1
3
+ size 4984