nschenone commited on
Commit
f805ef3
1 Parent(s): 2c53e2f

Updating config for Pop Punk model

Browse files
Files changed (1) hide show
  1. model_config.yaml +14 -14
model_config.yaml CHANGED
@@ -1,27 +1,27 @@
1
- Rap:
2
- model_name: nschenone/rap-distil
3
- artist_names:
4
- - Eminem
5
- - Hopsin
6
- - Kendrick Lamar
7
- mlflow_run_id: 16c4ff05d92a45d79d89572a58b6424b
8
- hf_commit_hash: ca066f322213fbeac8d036fafd32112e23837722
9
- task: text-generation
10
  Metal:
11
- model_name: nschenone/metal-distil
12
  artist_names:
13
  - Slipknot
14
  - Parkway Drive
15
  - Periphery
16
- mlflow_run_id: f30f57e3d8c440a09e1738f07db0b211
17
  hf_commit_hash: ed0657933ac3eb11a554dbe153363ff3e457f5ab
 
 
18
  task: text-generation
19
  Pop Punk:
20
- model_name: nschenone/pop-punk-distil
21
  artist_names:
22
  - Blink 182
23
  - Sum 41
24
  - New Found Glory
25
- mlflow_run_id: a7a908e0c32142cd9ac5f42ae2ce28fb
26
  hf_commit_hash: db36b9097edbf432a6bb5d3bd10a5bbe796d8628
27
- task: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Metal:
 
2
  artist_names:
3
  - Slipknot
4
  - Parkway Drive
5
  - Periphery
 
6
  hf_commit_hash: ed0657933ac3eb11a554dbe153363ff3e457f5ab
7
+ mlflow_run_id: f30f57e3d8c440a09e1738f07db0b211
8
+ model_name: nschenone/metal-distil
9
  task: text-generation
10
  Pop Punk:
 
11
  artist_names:
12
  - Blink 182
13
  - Sum 41
14
  - New Found Glory
 
15
  hf_commit_hash: db36b9097edbf432a6bb5d3bd10a5bbe796d8628
16
+ mlflow_run_id: a7a908e0c32142cd9ac5f42ae2ce28fb
17
+ model_name: pop-punk-distil
18
+ task: text-generation
19
+ Rap:
20
+ artist_names:
21
+ - Eminem
22
+ - Hopsin
23
+ - Kendrick Lamar
24
+ hf_commit_hash: ca066f322213fbeac8d036fafd32112e23837722
25
+ mlflow_run_id: 16c4ff05d92a45d79d89572a58b6424b
26
+ model_name: nschenone/rap-distil
27
+ task: text-generation