gjonesQ02 commited on
Commit
6ab856f
1 Parent(s): 00feeaf

ScopeOfWorkTextGenerator_Alpha_DEMO_SMALL

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 [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 3.2267
19
 
20
  ## Model description
21
 
@@ -46,8 +46,8 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 4 | 3.3605 |
50
- | No log | 2.0 | 8 | 3.2267 |
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7705
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 40 | 1.0231 |
50
+ | No log | 2.0 | 80 | 0.7705 |
51
 
52
 
53
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f45263b67c27cd4aa40d4aea3bcafb4670fcf7024715fb3a9467a0b140cadc0
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8287bbcbf9cd22469b30675ff2626fb39ec2de9be1b31b30fc26eafefb3784
3
  size 327657928
runs/Jun10_14-44-30_DESKTOP-P43UPVK/events.out.tfevents.1718045076.DESKTOP-P43UPVK.41152.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c707248ae82413f44bdbdad79d1a1e8833dbdd18d1aa08d1ebc346841315480a
3
+ size 5725
special_tokens_map.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
 
4
  "unk_token": "<|endoftext|>"
5
  }
 
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
  "unk_token": "<|endoftext|>"
6
  }
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": 150,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -14,6 +14,7 @@
14
  "clean_up_tokenization_spaces": true,
15
  "eos_token": "<|endoftext|>",
16
  "model_max_length": 1024,
 
17
  "tokenizer_class": "GPT2Tokenizer",
18
  "unk_token": "<|endoftext|>"
19
  }
 
14
  "clean_up_tokenization_spaces": true,
15
  "eos_token": "<|endoftext|>",
16
  "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
  "tokenizer_class": "GPT2Tokenizer",
19
  "unk_token": "<|endoftext|>"
20
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6f50d0b098b37a31d8a4b23b05dd0cfe845a1f911facaec07c61e81009b2aa9
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:543bea7e2735e7ce698fe0ce8c715573533c437e9d8ea24f1825f8f5852f2ed0
3
  size 4856