tcapelle commited on
Commit
abb342a
1 Parent(s): 46dcf35

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +1 -16
  2. model.safetensors +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
3
  "architectures": [
4
- "LlamaForSequenceClassification"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -10,23 +10,9 @@
10
  "head_dim": 64,
11
  "hidden_act": "silu",
12
  "hidden_size": 576,
13
- "id2label": {
14
- "0": "Race/Origin",
15
- "1": "Gender/Sex",
16
- "2": "Religion",
17
- "3": "Ability",
18
- "4": "Violence"
19
- },
20
  "initializer_range": 0.041666666666666664,
21
  "intermediate_size": 1536,
22
  "is_llama_config": true,
23
- "label2id": {
24
- "Ability": 3,
25
- "Gender/Sex": 1,
26
- "Race/Origin": 0,
27
- "Religion": 2,
28
- "Violence": 4
29
- },
30
  "max_position_embeddings": 8192,
31
  "mlp_bias": false,
32
  "model_type": "llama",
@@ -35,7 +21,6 @@
35
  "num_key_value_heads": 3,
36
  "pad_token_id": 2,
37
  "pretraining_tp": 1,
38
- "problem_type": "multi_label_classification",
39
  "rms_norm_eps": 1e-05,
40
  "rope_interleaved": false,
41
  "rope_scaling": null,
 
1
  {
2
  "_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
10
  "head_dim": 64,
11
  "hidden_act": "silu",
12
  "hidden_size": 576,
 
 
 
 
 
 
 
13
  "initializer_range": 0.041666666666666664,
14
  "intermediate_size": 1536,
15
  "is_llama_config": true,
 
 
 
 
 
 
 
16
  "max_position_embeddings": 8192,
17
  "mlp_bias": false,
18
  "model_type": "llama",
 
21
  "num_key_value_heads": 3,
22
  "pad_token_id": 2,
23
  "pretraining_tp": 1,
 
24
  "rms_norm_eps": 1e-05,
25
  "rope_interleaved": false,
26
  "rope_scaling": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71d68a8cfdb746cda33b766aadfcc27f5bdff573c21f2b9f5d42222b845d5f79
3
- size 269066392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c46b51c36994bb85c8a2fc49616b35091aa89be3ebe77972e50f7a6cfbed8f2
3
+ size 269060552
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95a1a594d33b749b53bb61c2db111cf02d29482bcff90dfbebd6f9e2c919a80e
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b0b17fbd31025cbebaa5e7e7d7aea2f60ea7e199d5d0746e4fc8e44f9e57f0
3
+ size 5368