Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ tokenizer = AutoTokenizer.from_pretrained("d4data/environmental-due-diligence-mo
|
|
33 |
model = TFAutoModelForSequenceClassification.from_pretrained("d4data/environmental-due-diligence-model")
|
34 |
|
35 |
classifier = pipeline('text-classification', model=model, tokenizer=tokenizer) # cuda = 0,1 based on gpu availability
|
36 |
-
classifier("
|
37 |
```
|
38 |
|
39 |
## Author
|
|
|
33 |
model = TFAutoModelForSequenceClassification.from_pretrained("d4data/environmental-due-diligence-model")
|
34 |
|
35 |
classifier = pipeline('text-classification', model=model, tokenizer=tokenizer) # cuda = 0,1 based on gpu availability
|
36 |
+
classifier("At the every month post-injection monitoring event, TCE, carbon tetrachloride, and chloroform concentrations were above CBSGs in three of the wells")
|
37 |
```
|
38 |
|
39 |
## Author
|