tanikina commited on
Commit
c1e4f74
1 Parent(s): 652a307

add short description

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,4 +8,6 @@ metrics:
8
  - f1
9
  base_model:
10
  - microsoft/deberta-v3-large
11
- ---
 
 
 
8
  - f1
9
  base_model:
10
  - microsoft/deberta-v3-large
11
+ ---
12
+
13
+ This model is based on [DeBERTa-v3-large](https://huggingface.co/microsoft/deberta-v3-large) fine-tuned for the DialAM-2024 Shared Task. It performs clasification of argumentative and illocutionary relations in dialogue. Further details on how to train such a model and use it for inference and do official evaluation can be found in this repository: [https://github.com/ArneBinder/dialam-2024-shared-task](https://github.com/ArneBinder/dialam-2024-shared-task)