kanishka commited on
Commit
97cf895
1 Parent(s): 045d7d4

Training in progress, step 2000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/smolm-autoreg-bpe-seed_222/config.json",
3
  "_remove_final_layer_norm": false,
4
  "activation_dropout": 0.0,
5
  "activation_function": "relu",
@@ -24,7 +24,7 @@
24
  "pad_token_id": 0,
25
  "prefix": "<s>",
26
  "torch_dtype": "float32",
27
- "transformers_version": "4.32.1",
28
  "use_cache": true,
29
  "vocab_size": 8192,
30
  "word_embed_proj_dim": 256
 
1
  {
2
+ "_name_or_path": "models/smolm-autoreg-bpe-seed_222",
3
  "_remove_final_layer_norm": false,
4
  "activation_dropout": 0.0,
5
  "activation_function": "relu",
 
24
  "pad_token_id": 0,
25
  "prefix": "<s>",
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.38.2",
28
  "use_cache": true,
29
  "vocab_size": 8192,
30
  "word_embed_proj_dim": 256
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5663548083716c6ee201424827cd7058fd6633aa950f300165335b009ae1b0
3
+ size 33810896
runs/Mar25_20-13-06_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1711415605.phyl-ling-p01.la.utexas.edu.1051288.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ae6602e49f78f2ff568f514c23245a2692bf904245a4e356242122d30d6ff6
3
+ size 5615
tokenizer_config.json CHANGED
@@ -1,17 +1,48 @@
1
  {
2
  "add_prefix_space": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<|endoftext|>",
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
6
- "max_length": 128,
7
  "model_max_length": 1000000000000000019884624838656,
8
  "pad_to_multiple_of": null,
9
  "pad_token": "<pad>",
10
  "pad_token_type_id": 0,
11
  "padding_side": "right",
12
- "stride": 0,
13
  "tokenizer_class": "GPT2Tokenizer",
14
- "truncation_side": "right",
15
- "truncation_strategy": "longest_first",
16
  "unk_token": "<|endoftext|>"
17
  }
 
1
  {
2
  "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<pad>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<unk>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "8192": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
  "bos_token": "<|endoftext|>",
38
  "clean_up_tokenization_spaces": true,
39
  "eos_token": "<|endoftext|>",
40
+ "max_length": null,
41
  "model_max_length": 1000000000000000019884624838656,
42
  "pad_to_multiple_of": null,
43
  "pad_token": "<pad>",
44
  "pad_token_type_id": 0,
45
  "padding_side": "right",
 
46
  "tokenizer_class": "GPT2Tokenizer",
 
 
47
  "unk_token": "<|endoftext|>"
48
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f39e91d80205cad423d540a55f78920ed0716d676fd086072be57cb61d24433e
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140458c0fef611a7c332adc9e30cf844a75bac7e50979ae49f1bfc6b0b1cdb83
3
+ size 4984