ryanatwork commited on
Commit
682c642
1 Parent(s): bdfba74

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -49,30 +49,14 @@
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
- "0": "blues",
53
- "1": "classical",
54
- "2": "country",
55
- "3": "disco",
56
- "4": "hiphop",
57
- "5": "jazz",
58
- "6": "metal",
59
- "7": "pop",
60
- "8": "reggae",
61
- "9": "rock"
62
  },
63
  "initializer_range": 0.02,
64
  "intermediate_size": 3072,
65
  "label2id": {
66
- "blues": "0",
67
- "classical": "1",
68
- "country": "2",
69
- "disco": "3",
70
- "hiphop": "4",
71
- "jazz": "5",
72
- "metal": "6",
73
- "pop": "7",
74
- "reggae": "8",
75
- "rock": "9"
76
  },
77
  "layer_norm_eps": 1e-05,
78
  "layerdrop": 0.0,
@@ -90,7 +74,7 @@
90
  "num_hidden_layers": 2,
91
  "pad_token_id": 0,
92
  "torch_dtype": "float32",
93
- "transformers_version": "4.35.2",
94
  "use_weighted_layer_sum": false,
95
  "vocab_size": 32
96
  }
 
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
+ "0": "female",
53
+ "1": "male"
 
 
 
 
 
 
 
 
54
  },
55
  "initializer_range": 0.02,
56
  "intermediate_size": 3072,
57
  "label2id": {
58
+ "female": "0",
59
+ "male": "1"
 
 
 
 
 
 
 
 
60
  },
61
  "layer_norm_eps": 1e-05,
62
  "layerdrop": 0.0,
 
74
  "num_hidden_layers": 2,
75
  "pad_token_id": 0,
76
  "torch_dtype": "float32",
77
+ "transformers_version": "4.36.0",
78
  "use_weighted_layer_sum": false,
79
  "vocab_size": 32
80
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d0482340ed6adac66466f3b23421b1e5a31cc259882084447533c51378f123c
3
- size 94771728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a2fc341820a84104945e83223553dfeea84bd2e75b0b9c687bc528a54da838
3
+ size 94763496
runs/Dec12_07-47-17_590ddcf44b73/events.out.tfevents.1702367258.590ddcf44b73.23945.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4207918258e447270933c092fc70e9743687b145d8ea4b86b16262ac2968c12
3
+ size 48237
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edfbd9809d51c0739d197d5286fac2ec3cf1473c925b2ddc9829459cfbd2357e
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1f1505fc0ae46c75dd3e9cf3c18e62f2c01b60b6d98fab79ed37cdc76d9b9df
3
+ size 4728