Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,32 +1,33 @@
1
  ---
 
 
 
 
 
 
 
2
  datasets:
3
  - coscan-speech2
4
- license: apache-2.0
5
  metrics:
6
  - accuracy
 
 
7
  model-index:
8
  - name: wav2vec2-base-coscan-no-age_group
9
  results:
10
- - dataset:
 
 
 
11
  name: Coscan Speech
12
  type: NbAiLab/coscan-speech
13
  metrics:
14
- - name: Test Accuracy
15
- type: accuracy
16
  value: 0.6618436706215234
17
- - name: Validation Accuracy
18
- type: accuracy
19
  value: 0.7624056323691577
20
- task:
21
- name: Audio Classification
22
- type: audio-classification
23
- tags:
24
- - generated_from_trainer
25
- language:
26
- - 'no'
27
- - nb
28
- library_name: transformers
29
- pipeline_tag: audio-classification
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - 'no'
4
+ - nb
5
+ license: apache-2.0
6
+ library_name: transformers
7
+ tags:
8
+ - generated_from_trainer
9
  datasets:
10
  - coscan-speech2
 
11
  metrics:
12
  - accuracy
13
+ pipeline_tag: audio-classification
14
+ base_model: facebook/wav2vec2-base
15
  model-index:
16
  - name: wav2vec2-base-coscan-no-age_group
17
  results:
18
+ - task:
19
+ type: audio-classification
20
+ name: Audio Classification
21
+ dataset:
22
  name: Coscan Speech
23
  type: NbAiLab/coscan-speech
24
  metrics:
25
+ - type: accuracy
 
26
  value: 0.6618436706215234
27
+ name: Test Accuracy
28
+ - type: accuracy
29
  value: 0.7624056323691577
30
+ name: Validation Accuracy
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You