Upload config
Browse files- readme_template.md +19 -0
readme_template.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: Apache-2.0
|
5 |
+
library_name: nemo
|
6 |
+
datasets:
|
7 |
+
- NLU-Evaluation-Data
|
8 |
+
thumbnail: null
|
9 |
+
tags:
|
10 |
+
- text-classificationn
|
11 |
+
- NeMo
|
12 |
+
- pytorch
|
13 |
+
- text
|
14 |
+
model-index:
|
15 |
+
- name: nlp_en_joint_intent
|
16 |
+
results: []
|
17 |
+
|
18 |
+
---
|
19 |
+
|