Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
Asankhaya Sharma commited on
Commit
ee532a8
1 Parent(s): 45fcf9f

add new model and results json file

Browse files
Files changed (4) hide show
  1. .gitignore +5 -0
  2. all_results.json +16 -0
  3. pytorch_model.bin +1 -1
  4. tokenizer_config.json +0 -1
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ .vscode/
2
+ *.venv/
3
+ __pycache__/
4
+ .ipynb_checkpoints
5
+ .DS_Store
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.7810694925797566,
4
+ "eval_loss": 1.1333931684494019,
5
+ "eval_runtime": 33.3701,
6
+ "eval_samples": 88,
7
+ "eval_samples_per_second": 2.637,
8
+ "eval_steps_per_second": 0.33,
9
+ "perplexity": 3.106178425328006,
10
+ "total_flos": 6.691497525116928e+16,
11
+ "train_loss": 0.6806227408991324,
12
+ "train_runtime": 17342.8727,
13
+ "train_samples": 3563,
14
+ "train_samples_per_second": 0.616,
15
+ "train_steps_per_second": 0.154
16
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:788efc2aff3a2581cb6899374206b59337d6607d47ec363018267b9928649e16
3
  size 4600333857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e08fd32733451bfc9bf72f6b073fb0365141f4ed0626fab2a17b2a49e4e3a8
3
  size 4600333857
tokenizer_config.json CHANGED
@@ -5,7 +5,6 @@
5
  "eos_token": "<|endoftext|>",
6
  "errors": "replace",
7
  "model_max_length": 2048,
8
- "special_tokens_map_file": "/root/.cache/huggingface/hub/models--bigcode--santacoder/snapshots/bb63c0e145ad465df0a97dec285a949c9042523c/special_tokens_map.json",
9
  "tokenizer_class": "GPT2Tokenizer",
10
  "unk_token": "<|endoftext|>"
11
  }
 
5
  "eos_token": "<|endoftext|>",
6
  "errors": "replace",
7
  "model_max_length": 2048,
 
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "unk_token": "<|endoftext|>"
10
  }