krotima1 commited on
Commit
7e2ded8
·
verified ·
1 Parent(s): 0e3b0ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,7 +11,8 @@ pipeline_tag: text-classification
11
  ---
12
  # AlignScoreCS
13
  MultiTask multilingual model for assessing facticity in various NLU tasks in Czech and English language. We followed the initial paper AlignScore https://arxiv.org/abs/2305.16739.
14
- We trained a model of checkpoint xlm-roberta-large https://huggingface.co/FacebookAI/xlm-roberta-large with three linear layers for regression, binary classification and ternary classification.
 
15
 
16
 
17
  # Usage
 
11
  ---
12
  # AlignScoreCS
13
  MultiTask multilingual model for assessing facticity in various NLU tasks in Czech and English language. We followed the initial paper AlignScore https://arxiv.org/abs/2305.16739.
14
+ We trained a model using a shared architecture of checkpoint xlm-roberta-large https://huggingface.co/FacebookAI/xlm-roberta-large with three linear layers for regression,
15
+ binary classification and ternary classification.
16
 
17
 
18
  # Usage