mlburnham commited on
Commit
cc236e1
·
verified ·
1 Parent(s): 1afd0c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -17,6 +17,9 @@ tags:
17
  # Model Details
18
  Political DEBATE (DeBERTa Algorithm for Textual Entailment) is an NLI classifier trained for zero-shot and few-shot classification of political documents.
19
 
 
 
 
20
  The model was trained using [Moritz Laurer's](https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0-c) zero shot model as the foundation, and then trained further using the [PolNLI dataset.](https://huggingface.co/datasets/mlburnham/Pol_NLI) The model was trained for four classification categories:
21
  1. Stance detection (i.e. opinion mining).
22
  2. Hatespeech detection.
 
17
  # Model Details
18
  Political DEBATE (DeBERTa Algorithm for Textual Entailment) is an NLI classifier trained for zero-shot and few-shot classification of political documents.
19
 
20
+ [Zero-shot tutorial](https://colab.research.google.com/drive/1zi-8pMx_x-vo0m8XVmYVtw0Dhdw7vfFD#scrollTo=T4bo1aEjB9iG)
21
+ [Few-shot tutorial](https://colab.research.google.com/drive/1Sv82jqRSwiIyuvEIDrhTiqF8_ClQaL0r#scrollTo=Uuaw8-qpn8S6)
22
+
23
  The model was trained using [Moritz Laurer's](https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0-c) zero shot model as the foundation, and then trained further using the [PolNLI dataset.](https://huggingface.co/datasets/mlburnham/Pol_NLI) The model was trained for four classification categories:
24
  1. Stance detection (i.e. opinion mining).
25
  2. Hatespeech detection.