Kunal Dhawan commited on
Commit
9b88d7e
·
1 Parent(s): 777a58b

added bais, explainability, privacy, safety model cards

Browse files

Signed-off-by: Kunal Dhawan <kunaldhawan97@gmail.com>

Files changed (4) hide show
  1. bias.md +4 -0
  2. explainability.md +14 -0
  3. privacy.md +13 -0
  4. safety.md +7 -0
bias.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Field | Response
2
+ :---------------------------------------------------------------------------------------------------|:---------------
3
+ Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
4
+ Measures taken to mitigate against unwanted bias: | None
explainability.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Field | Response
2
+ :------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
3
+ Intended Task/Domain: | Speech Recognition
4
+ Model Type: | FastConformer-RNNT
5
+ Intended Users: | People who work with conversational AI models and need to transcribe speech to text with low latency in streaming scenarios.
6
+ Output: | Text tokens
7
+ Describe how the model works: | Raw audio is passed into the model, and the model outputs text.
8
+ Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable
9
+ Technical Limitations & Mitigation: | The model is trained on only a limited amount of English speech data; therefore, it may not work well for other languages, and its performance may degrade in noisy environments.
10
+ Verified to have met prescribed NVIDIA quality standards: | Yes
11
+ Performance Metrics: | Word Error Rate (WER)
12
+ Potential Known Risks: | The model may produce incorrect transcriptions if the audio is noisy or the speech is not clear, and predicted text may be inaccurate in domains that are not well-represented in the training data.
13
+ Licensing: | [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/)
14
+
privacy.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Field | Response
2
+ :----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
3
+ Generatable or reverse engineerable personal data? | No
4
+ Personal data used to create this model? | Yes - Voice
5
+ Was consent obtained for any personal data used? | Yes
6
+ Is a mechanism in place to honor data subject right of access or deletion of personal data? | Yes
7
+ If personal data was collected for the development of the model, was it collected directly by NVIDIA? | Yes
8
+ If personal data was collected for the development of the model by NVIDIA, do you maintain or have access to disclosures made to data subjects? | Yes
9
+ If personal data was collected for the development of this AI model, was it minimized to only what was required? | Yes
10
+ Is there provenance for all datasets used in training? | Yes
11
+ Does data labeling (annotation, metadata) comply with privacy laws? | Yes
12
+ Is data compliant with data subject requests for data correction or removal, if such a request was made? | The data is compliant where applicable, but is not applicable for all data.
13
+ Applicable Privacy Policy | [https://www.nvidia.com/en-us/about-nvidia/privacy-policy/]
safety.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Field | Response
2
+ :---------------------------------------------------|:----------------------------------
3
+ Model Application Field(s): | Customer Service
4
+ Describe the life critical impact (if present). | Not Applicable
5
+ Use Case Restrictions: | Abide by [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/)
6
+ Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
7
+