santis2 commited on
Commit
365e271
1 Parent(s): 47a3df4

End of training

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. adapter_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the scitldr dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 2.7611
21
 
22
  ## Model description
23
 
@@ -48,10 +48,10 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 2.1638 | 0.4 | 800 | 2.6916 |
52
- | 2.297 | 0.8 | 1600 | 2.6541 |
53
- | 1.8784 | 1.2 | 2400 | 2.7509 |
54
- | 1.9204 | 1.61 | 3200 | 2.7611 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the scitldr dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.1169
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 2.1545 | 0.4 | 800 | 2.1836 |
52
+ | 1.9782 | 0.8 | 1600 | 2.0954 |
53
+ | 1.6786 | 1.2 | 2400 | 2.1249 |
54
+ | 1.6459 | 1.61 | 3200 | 2.1169 |
55
 
56
 
57
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:609c74e33e88a5216d6e7105ae612dec5ad8ea34534e2adcbcb3f51d8589f2a4
3
  size 6308286
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62c38dfe8fa5bc5e385fd89c444a2f811ec20e2c81c42db46998ca31ac99691
3
  size 6308286
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b07f383f2e75db42a0ed36e83f12b7f6bb7ad3393b845f0fa8828d87118f07fe
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:084cb0c4ae268a1804e7ce0e56f1130bfc365d6da1aac0ce2a8163a90f690b8e
3
  size 4536