zeusfsx commited on
Commit
19d99a5
1 Parent(s): a8a5ccc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -58,7 +58,8 @@ This will return a list of recognized tokens marked with label 'INSTRUCTION'.
58
 
59
  ## Training
60
 
61
- The model was trained on a large dataset of newspaper titles (~3k titles), with tokens representing instructions manually labeled.
 
62
 
63
  ## Evaluation
64
 
 
58
 
59
  ## Training
60
 
61
+ It's based on the transformer architecture and specifically uses the [xlm-roberta-base-uk](https://huggingface.co/ukr-models/xlm-roberta-base-uk) model from `ukr-models`, fine-tuned for the token classification task. The training data was carefully chosen to include a balanced distribution of titles containing instructions and those not containing instructions.
62
+ The dataset contains newspaper titles (~3k titles), with tokens representing instructions manually labeled.
63
 
64
  ## Evaluation
65