Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,9 @@ The environmental-claims model is fine-tuned on the [EnvironmentalClaims](https:
|
|
42 |
}
|
43 |
```
|
44 |
|
45 |
-
## How to
|
|
|
|
|
46 |
|
47 |
```python
|
48 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer, pipeline
|
|
|
42 |
}
|
43 |
```
|
44 |
|
45 |
+
## How to Get Started With the Model
|
46 |
+
|
47 |
+
You can use the model with a pipeline for text classification:
|
48 |
|
49 |
```python
|
50 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer, pipeline
|