ramonpzg commited on
Commit
28efb88
1 Parent(s): 76e4210

Training in progress, epoch 0

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +22 -12
  3. preprocessor_config.json +9 -0
  4. pytorch_model.bin +2 -2
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "models/my_model",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
7
  "apply_spec_augment": true,
8
  "architectures": [
9
- "Wav2Vec2Model"
10
  ],
11
  "attention_dropout": 0.1,
12
  "bos_token_id": 1,
@@ -56,20 +56,30 @@
56
  "hidden_dropout": 0.1,
57
  "hidden_size": 768,
58
  "id2label": {
59
- "0": "Bachata",
60
- "1": "Cumbia",
61
- "2": "Merengue",
62
- "3": "Salsa",
63
- "4": "Vallenato"
 
 
 
 
 
64
  },
65
  "initializer_range": 0.02,
66
  "intermediate_size": 3072,
67
  "label2id": {
68
- "Bachata": "0",
69
- "Cumbia": "1",
70
- "Merengue": "2",
71
- "Salsa": "3",
72
- "Vallenato": "4"
 
 
 
 
 
73
  },
74
  "layer_norm_eps": 1e-05,
75
  "layerdrop": 0.0,
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
7
  "apply_spec_augment": true,
8
  "architectures": [
9
+ "Wav2Vec2ForSequenceClassification"
10
  ],
11
  "attention_dropout": 0.1,
12
  "bos_token_id": 1,
 
56
  "hidden_dropout": 0.1,
57
  "hidden_size": 768,
58
  "id2label": {
59
+ "0": "blues",
60
+ "1": "classical",
61
+ "2": "electronic",
62
+ "3": "funk _ soul",
63
+ "4": "hip hop",
64
+ "5": "jazz",
65
+ "6": "latin",
66
+ "7": "pop",
67
+ "8": "reggae",
68
+ "9": "rock"
69
  },
70
  "initializer_range": 0.02,
71
  "intermediate_size": 3072,
72
  "label2id": {
73
+ "blues": "0",
74
+ "classical": "1",
75
+ "electronic": "2",
76
+ "funk _ soul": "3",
77
+ "hip hop": "4",
78
+ "jazz": "5",
79
+ "latin": "6",
80
+ "pop": "7",
81
+ "reggae": "8",
82
+ "rock": "9"
83
  },
84
  "layer_norm_eps": 1e-05,
85
  "layerdrop": 0.0,
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f21267ac6fcb7977eafdb77748fdd87a68d7e292120b3869b5943d3aae2578f
3
- size 377554841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913fae59bc8f6fc40f24028667a7f1a9255df81a866f593114c66369642b8e31
3
+ size 378358633
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1beac8a41d9724e916c47859b0712fe1f3472b98292de46bcfa894bf247e251
3
+ size 3579