zeroMN commited on
Commit
ebc735b
·
verified ·
1 Parent(s): 04d1ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  datasets:
3
  - WueNLP/belebele-fleurs
4
  - a686d380/h-corpus-2023
@@ -320,12 +329,7 @@ model-index:
320
  - type: accuracy
321
  value: 85
322
  pipeline_tag: audio-text-to-text
323
- widget:
324
- - src: sample1.flac
325
- output:
326
- text: "Hello my name is Julien"
327
- - src: https://huggingface.co/username/model_repo/resolve/main/sample1.flac
328
- example_title: Custom Speech Sample 1
329
  ---
330
  ### Model Sources
331
  You need to use separate code, audio, text, and natural language together with the model. Because the model will use separate word segmenters and vocabularies to achieve the best results when dealing with special cases.
 
1
  ---
2
+ widget:
3
+ - text: "I have a problem with my car that needs to be resolved asap!!"
4
+ candidate_labels: "urgent, not urgent, phone, tablet, computer"
5
+ multi_class: true
6
+ example_title: "Car problem"
7
+ - text: "Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app."
8
+ candidate_labels: "mobile, website, billing, account access"
9
+ multi_class: false
10
+ example_title: "Phone issue"
11
  datasets:
12
  - WueNLP/belebele-fleurs
13
  - a686d380/h-corpus-2023
 
329
  - type: accuracy
330
  value: 85
331
  pipeline_tag: audio-text-to-text
332
+
 
 
 
 
 
333
  ---
334
  ### Model Sources
335
  You need to use separate code, audio, text, and natural language together with the model. Because the model will use separate word segmenters and vocabularies to achieve the best results when dealing with special cases.