Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ The model evaluates the query for completeness and grammatical correctness, prov
|
|
37 |
|
38 |
## Usage
|
39 |
|
|
|
|
|
40 |
```python
|
41 |
# Sentences
|
42 |
sentences = [
|
|
|
37 |
|
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 |
# Sentences
|
44 |
sentences = [
|