matteospanio commited on
Commit
a71b4d3
·
verified ·
1 Parent(s): dcfdd2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -22
README.md CHANGED
@@ -1,33 +1,35 @@
1
  ---
2
  language:
3
- - en
4
  license: apache-2.0
5
  library_name: transformers
6
  pipeline_tag: fill-mask
7
  tags:
8
- - music
9
- - lilypond
10
- - mlm
11
- - music-information-retrieval
12
  base_model: microsoft/codebert-base
13
  datasets:
14
- - custom
15
  model-index:
16
- - name: lilyBERT
17
- results:
18
- - task:
19
- type: text-classification
20
- name: Composer Classification (Linear Probe)
21
- dataset:
22
- type: custom
23
- name: Mutopia (out-of-domain)
24
- metrics:
25
- - type: accuracy
26
- value: 84.3
27
- name: Composer Accuracy
28
- - type: accuracy
29
- value: 82.9
30
- name: Style Accuracy
 
 
31
  ---
32
 
33
  # lilyBERT
@@ -119,4 +121,4 @@ embeddings = outputs.hidden_states[6]
119
 
120
  ## License
121
 
122
- Apache-2.0
 
1
  ---
2
  language:
3
+ - en
4
  license: apache-2.0
5
  library_name: transformers
6
  pipeline_tag: fill-mask
7
  tags:
8
+ - music
9
+ - lilypond
10
+ - mlm
11
+ - music-information-retrieval
12
  base_model: microsoft/codebert-base
13
  datasets:
14
+ - custom
15
  model-index:
16
+ - name: lilyBERT
17
+ results:
18
+ - task:
19
+ type: text-classification
20
+ name: Composer Classification (Linear Probe)
21
+ dataset:
22
+ type: custom
23
+ name: Mutopia (out-of-domain)
24
+ metrics:
25
+ - type: accuracy
26
+ value: 84.3
27
+ name: Composer Accuracy
28
+ - type: accuracy
29
+ value: 82.9
30
+ name: Style Accuracy
31
+ metrics:
32
+ - accuracy
33
  ---
34
 
35
  # lilyBERT
 
121
 
122
  ## License
123
 
124
+ Apache-2.0