AdamCodd commited on
Commit
e692e14
1 Parent(s): 60ccf52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -38,6 +38,7 @@ A regression head has been appended to the DistilRoBERTa model to tailor it for
38
  ## Usage
39
 
40
  Inference API has been disabled as this is a regression task, not a text classification task, and HuggingFace does not provide a pipeline for regression tasks.
 
41
 
42
  ```python
43
  import torch
 
38
  ## Usage
39
 
40
  Inference API has been disabled as this is a regression task, not a text classification task, and HuggingFace does not provide a pipeline for regression tasks.
41
+ Because of the dataset, it will perform better when handling queries in question form.
42
 
43
  ```python
44
  import torch