VictorDCh commited on
Commit
4078daf
1 Parent(s): 2b29e62

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -21,7 +21,7 @@
21
  "rope_scaling": null,
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float16",
25
  "transformers_version": "4.36.2",
26
  "use_cache": true,
27
  "vocab_size": 128258
 
21
  "rope_scaling": null,
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
  "transformers_version": "4.36.2",
26
  "use_cache": true,
27
  "vocab_size": 128258
runs/May03_14-53-22_bc1859a561b0/events.out.tfevents.1714740803.bc1859a561b0.24485.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4e799bf26d6ece33d158bb30892911cc3e5e537cc4b9279e23463f2a16929e
3
+ size 4445
runs/May03_14-57-20_bc1859a561b0/events.out.tfevents.1714741041.bc1859a561b0.26852.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a3345a52f5d1f22c20379e54854950d31302e512076b47d4344a2f2300a235
3
+ size 4446
runs/May03_14-59-35_bc1859a561b0/events.out.tfevents.1714741175.bc1859a561b0.28210.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9315a7496af8b01a2d6e95b43c470b4de702b9de38f94afaa01bf38504fc6923
3
+ size 4947
special_tokens_map.json CHANGED
@@ -1,20 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- {
4
- "content": "<|im_end|>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "<|im_start|>",
12
- "lstrip": false,
13
- "normalized": false,
14
- "rstrip": false,
15
- "single_word": false
16
- }
17
- ],
18
  "bos_token": "<|im_start|>",
19
  "eos_token": "<|im_end|>",
20
  "pad_token": "<|im_end|>"
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<|im_start|>",
3
  "eos_token": "<|im_end|>",
4
  "pad_token": "<|im_end|>"
tokenizer_config.json CHANGED
@@ -2065,10 +2065,7 @@
2065
  "special": true
2066
  }
2067
  },
2068
- "additional_special_tokens": [
2069
- "<|im_end|>",
2070
- "<|im_start|>"
2071
- ],
2072
  "bos_token": "<|im_start|>",
2073
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2074
  "clean_up_tokenization_spaces": true,
 
2065
  "special": true
2066
  }
2067
  },
2068
+ "additional_special_tokens": [],
 
 
 
2069
  "bos_token": "<|im_start|>",
2070
  "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
2071
  "clean_up_tokenization_spaces": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bb164e9f46440357cb7e7a69b898d8f02606695a78b1d4603a8e4f85a376846
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b730419159c97de385ed8b48d85a155a4d453ba7f4a6aff8dec6c09498f92ea
3
  size 4728