explorewithai
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ To use this model, you can utilize the `transformers` library. Here is a sample
|
|
55 |
```python
|
56 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
57 |
|
58 |
-
model_name = "frameai/ClincOOS"
|
59 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
60 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
61 |
|
|
|
55 |
```python
|
56 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
57 |
|
58 |
+
model_name = "frameai/ClincOOS"
|
59 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
60 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
61 |
|