Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Model Card for Custom Minimal Transformer
|
2 |
|
3 |
### Model Description
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "en"
|
4 |
+
license: "apache-2.0"
|
5 |
+
tags:
|
6 |
+
- "educational"
|
7 |
+
- "transformers"
|
8 |
+
- "custom-model"
|
9 |
+
datasets:
|
10 |
+
- "dummy-dataset"
|
11 |
+
metrics:
|
12 |
+
- "dummy-metric"
|
13 |
+
model-index:
|
14 |
+
- name: "MinimalTransformer"
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: "Dummy Task"
|
18 |
+
type: "text-classification"
|
19 |
+
dataset:
|
20 |
+
name: "dummy-dataset"
|
21 |
+
type: "text-classification"
|
22 |
+
metrics:
|
23 |
+
- name: "Dummy Metric"
|
24 |
+
type: "accuracy"
|
25 |
+
value: 0.0
|
26 |
+
---
|
27 |
+
|
28 |
## Model Card for Custom Minimal Transformer
|
29 |
|
30 |
### Model Description
|