dariuslimzh commited on
Commit
e89420d
1 Parent(s): 74ca55a

Training completed

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. model.safetensors +1 -1
  3. tokenizer.json +16 -2
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.7804
20
 
21
  ## Model description
22
 
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss |
51
- |:-------------:|:------:|:----:|:---------------:|
52
- | No log | 0.9524 | 10 | 4.6788 |
53
- | No log | 2.0 | 21 | 2.1997 |
54
- | No log | 2.8571 | 30 | 1.7804 |
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 7.9524
20
 
21
  ## Model description
22
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 1 | 8.6479 |
53
+ | No log | 2.0 | 2 | 8.1835 |
54
+ | No log | 3.0 | 3 | 7.9524 |
55
 
56
 
57
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f78d2d9ff3e84a71e9e0bb076952bc2f76645fd9a9c32fa5e1789188d0338cf0
3
  size 500811336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53a3885f9e61f64d1231ba38bdf21aa050a46132cd8271340b6fd6c65010b44
3
  size 500811336
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 50256,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 50256,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<|endoftext|>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 50256,