dvitel commited on
Commit
ad16b77
1 Parent(s): 406255b

Training in progress, step 1600

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_name_or_path": "/data/dvitel/semParse/result/h0",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
- "GPT2Model"
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
 
1
  {
2
+ "_name_or_path": "distilgpt2",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
+ "GPT2LMHeadModel"
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:230a11d08d05f8a9dc9f1d5402a5c41cc5b281231686025c32dc530ba72532bd
3
- size 333967801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879d6ab264071cb65b143d31d3f0d54cfdd9c99966ad9bdb0b92f96a19c89a6d
3
+ size 333970169
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "distilgpt2",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d2dbf5a68d995675e59c40531b101575c81835fd0f0d7b7773b34e29ffe968
3
+ size 3387
vocab.json ADDED
The diff for this file is too large to render. See raw diff