Upload README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
license: mit
|
4 |
---
|
5 |
|
6 |
# model-card-testing
|
7 |
|
8 |
-
## Model
|
9 |
|
10 |
-
testing
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Intended uses & limitations
|
13 |
|
|
|
|
|
14 |
#### How to use
|
15 |
|
16 |
```python
|
@@ -34,6 +40,10 @@ Preprocessing, hardware used, hyperparameters...
|
|
34 |
|
35 |
Provide some evaluation results.
|
36 |
|
|
|
|
|
|
|
|
|
37 |
### BibTeX entry and citation info
|
38 |
|
39 |
```bibtex
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
license: mit
|
4 |
---
|
5 |
|
6 |
# model-card-testing
|
7 |
|
8 |
+
## Model Details
|
9 |
|
10 |
+
- **Developed by:** testing author
|
11 |
+
- **Model type:** testing type
|
12 |
+
- **Language(s):** Language(s) of the model
|
13 |
+
- **License:** License for the model
|
14 |
+
- **Model Description:** testing description
|
15 |
|
16 |
## Intended uses & limitations
|
17 |
|
18 |
+
You can use the model for
|
19 |
+
|
20 |
#### How to use
|
21 |
|
22 |
```python
|
|
|
40 |
|
41 |
Provide some evaluation results.
|
42 |
|
43 |
+
## Environmental Impact
|
44 |
+
|
45 |
+
You can estimate carbon emissions using the
|
46 |
+
|
47 |
### BibTeX entry and citation info
|
48 |
|
49 |
```bibtex
|