Spaces:
Runtime error
Runtime error
language: | |
- es | |
license: apache-2.0 | |
library_name: keras | |
tags: | |
- autogenerated-modelcard | |
# MyModelName | |
## Table of Contents | |
- [MyModelName](#-model_id--defaultmymodelname-true) | |
- [Table of Contents](#table-of-contents) | |
- [Model Details](#model-details) | |
- [How to Get Started with the Model](#how-to-get-started-with-the-model) | |
- [Uses](#uses) | |
- [Direct Use](#direct-use) | |
- [Downstream Use](#downstream-use) | |
- [Misuse and Out-of-scope Use](#misuse-and-out-of-scope-use) | |
- [Limitations and Biases](#limitations-and-biases) | |
- [Training](#training) | |
- [Training Data](#training-data) | |
- [Training Procedure](#training-procedure) | |
- [Evaluation Results](#evaluation-results) | |
- [Environmental Impact](#environmental-impact) | |
- [Citation Information](#citation-information) | |
<model_details> | |
## Model Details | |
<!-- Give an overview of your model, the relevant research paper, who trained it, etc. --> | |
Some cool model... | |
- Developed by: | |
- Language(s): | |
- License: This model is licensed under the apache-2.0 license | |
- Resources for more information: | |
</model_details> | |
<how_to_start> | |
## How to Get Started with the Model | |
Use the code below to get started with the model. | |
```python | |
# A nice code snippet here that describes how to use the model... | |
``` | |
</how_to_start> | |
<uses> | |
## Uses | |
#### Direct Use | |
<!-- Describe what kind of tasks this model can be used for directly or problems it can solve. --> | |
[More Information Needed] | |
#### Downstream Use | |
<!-- Describe how this model could be leveraged by a downstream model (if applicable) --> | |
[More Information Needed] | |
#### Misuse and Out-of-scope Use | |
<!-- Describe ways in which this model ***should not*** be used. --> | |
[More Information Needed] | |
</uses> | |
<Limitations_and_Biases> | |
## Limitations and Biases | |
<!-- Describe limitations and biases of this model or models of it's type. --> | |
**CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propogate historical and current stereotypes.** | |
[More Information Needed] | |
</Limitations_and_Biases> | |
<Training> | |
## Training | |
#### Training Data | |
<!-- Describe the dataset used to train this model. --> | |
<!-- Refer to data card if dataset is provided and exists on the hub --> | |
See the data card for additional information. | |
#### Training Procedure | |
<!-- Describe the preprocessing, hardware used, training hyperparameters, etc. --> | |
[More Information Needed] | |
</Training> | |
<Eval_Results> | |
## Evaluation Results | |
<!-- Describe evaluation results of this model across any datasets it was evaluated on. --> | |
[More Information Needed] | |
</Eval_Results> | |
<E_Impact> | |
## Environmental Impact | |
<!-- Provide information to document the environmental impact of this model --> | |
You can estimate carbon emissions using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700) | |
- **Hardware Type:** | |
- **Hours used:** | |
- **Cloud Provider:** | |
- **Compute Region:** | |
- **Carbon Emitted:** | |
</E_Impact> | |
<Cite> | |
## Citation Information | |
```bibtex | |
``` | |
</Cite> |