buruzaemon commited on
Commit
9f85ee2
1 Parent(s): 6cf087f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilbert-base-uncased-finetuned-clinc
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
18
 
19
  ## Model description
20
 
@@ -26,7 +26,7 @@ More information needed
26
 
27
  ## Training and evaluation data
28
 
29
- More information needed
30
 
31
  ## Training procedure
32
 
 
14
 
15
  # distilbert-base-uncased-finetuned-clinc
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [clinc_oos](https://huggingface.co/datasets/clinc_oos) dataset.
18
 
19
  ## Model description
20
 
 
26
 
27
  ## Training and evaluation data
28
 
29
+ The training and evaluation data come straight from the `train` and `validation` splits in the clinc_oos dataset, respectively; and tokenized using the distilbert-base-uncased tokenization.
30
 
31
  ## Training procedure
32