Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Model Description
|
2 |
This model is based on RoBERTa large (Liu, 2019), fine-tuned on a dataset of intent expressions available [here](https://research.ibm.com/haifa/dept/vst/debating_data.shtml) and also on 🤗 Transformer datasets hub [here](https://huggingface.co/datasets/ibm/vira-intents).
|
3 |
|
|
|
1 |
+
language:
|
2 |
+
- en
|
3 |
+
tags:
|
4 |
+
- intent detection
|
5 |
+
license:
|
6 |
+
- License: other
|
7 |
+
datasets:
|
8 |
+
- intent expressions
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
|
12 |
+
|
13 |
## Model Description
|
14 |
This model is based on RoBERTa large (Liu, 2019), fine-tuned on a dataset of intent expressions available [here](https://research.ibm.com/haifa/dept/vst/debating_data.shtml) and also on 🤗 Transformer datasets hub [here](https://huggingface.co/datasets/ibm/vira-intents).
|
15 |
|