kanishka commited on
Commit
a0d4fab
1 Parent(s): 9d633d4

Training in progress, step 2000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/smolm-autoreg-bpe-seed_111/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_111",
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:93a8a299d58dd9cdf0e9dadfda5b5c5e8feddf981160ce055ed5a4314b866861
3
+ size 33810896
runs/Mar25_19-52-30_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1711414351.phyl-ling-p01.la.utexas.edu.1050359.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0efeab8972d124b1cd769c581bda83b6e328b966f07f9e22bd2d57a2f5a8d87
3
+ size 5615
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "<pad>"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,
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:70f2c38b176e8ba2fc8f92d985de4ba0eeb130134571df536cbca03efd619cd3
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef9ec3ef00a9b0e23e5875b72fa574d46f08baf5b09e77dab41802806670864
3
+ size 4984