breadlicker45 commited on
Commit
c8eccc0
·
verified ·
1 Parent(s): 080a28c

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForSequenceClassification"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": null,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 256,
13
+ "id2label": {
14
+ "0": "Male",
15
+ "1": "Female",
16
+ "2": "Non-binary"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 768,
20
+ "label2id": {
21
+ "Female": 1,
22
+ "Male": 0,
23
+ "Non-binary": 2
24
+ },
25
+ "max_position_embeddings": 512,
26
+ "mlp_bias": false,
27
+ "model_type": "llama",
28
+ "num_attention_heads": 4,
29
+ "num_hidden_layers": 64,
30
+ "num_key_value_heads": 4,
31
+ "pad_token_id": 3,
32
+ "pretraining_tp": 1,
33
+ "problem_type": "single_label_classification",
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_scaling": null,
36
+ "rope_theta": 10000,
37
+ "tie_word_embeddings": true,
38
+ "transformers_version": "4.57.1",
39
+ "use_cache": true,
40
+ "vocab_size": 8192
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07c5d2bbf5744b192b22e0c75fc9091c1859241e91645e10c84f70c343d66b3
3
+ size 226691632
runs/Nov12_15-11-03_4c459814b4fa/events.out.tfevents.1762960264.4c459814b4fa.548.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ae1378a6dacc19cdb398b058545fa5765f7be038ceb59577210a620a41d4a0
3
+ size 5231
runs/Nov12_15-13-17_4c459814b4fa/events.out.tfevents.1762960398.4c459814b4fa.548.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bac4c0d7554358ab4ef3b45f0e68de2cb56c268248966fa98da602af066d1fd8
3
+ size 5762
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pad_token": {
3
+ "content": "[PAD]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ }
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<|begin_of_text|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<|end_of_text|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": false,
37
+ "extra_special_tokens": {},
38
+ "model_max_length": 1000000000000000019884624838656,
39
+ "pad_token": "[PAD]",
40
+ "tokenizer_class": "PreTrainedTokenizerFast"
41
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee72c87ca87c083d58e2b7c659396a7fe88a6024e2c9cfc3a1d0bacae08a6b9
3
+ size 5841