webersni commited on
Commit
9ce1fe3
1 Parent(s): bd44b99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -42,7 +42,9 @@ The environmental-claims model is fine-tuned on the [EnvironmentalClaims](https:
42
  }
43
  ```
44
 
45
- ## How to use
 
 
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