diwank commited on
Commit
405127a
1 Parent(s): fe0d7f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ license: mit
4
 
5
  # diwank/silicone-deberta-pair
6
 
7
- `deberta-large`-based dialog acts classifier. Trained on [silicone-merged](https://huggingface.co/datasets/diwank/silicone-merged): a simplified dialog act datasets from the silicone collection.
8
 
9
  Takes two sentences as inputs (one previous and one current utterance of a dialog). The previous sentence can be an empty string if this is the first utterance of a speaker in a dialog. **Outputs one of 11 labels**:
10
 
4
 
5
  # diwank/silicone-deberta-pair
6
 
7
+ `deberta-base`-based dialog acts classifier. Trained on the `balanced` variant of the [silicone-merged](https://huggingface.co/datasets/diwank/silicone-merged) dataset: a simplified merged dialog act data from datasets in the [silicone](https://huggingface.co/datasets/silicone) collection.
8
 
9
  Takes two sentences as inputs (one previous and one current utterance of a dialog). The previous sentence can be an empty string if this is the first utterance of a speaker in a dialog. **Outputs one of 11 labels**:
10