Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ Quick Start:
|
|
| 48 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 49 |
import torch
|
| 50 |
|
| 51 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 52 |
model = AutoModelForSequenceClassification.from_pretrained("xpmir/cross-encoder-ettin-17m-DistillRankNET")
|
| 53 |
|
| 54 |
features = tokenizer("What is experimaestro ?", "Experimaestro is a powerful framework for ML experiments management...", padding=True, truncation=True, return_tensors="pt")
|
|
|
|
| 48 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 49 |
import torch
|
| 50 |
|
| 51 |
+
tokenizer = AutoTokenizer.from_pretrained("xpmir/cross-encoder-ettin-17m-DistillRankNET")
|
| 52 |
model = AutoModelForSequenceClassification.from_pretrained("xpmir/cross-encoder-ettin-17m-DistillRankNET")
|
| 53 |
|
| 54 |
features = tokenizer("What is experimaestro ?", "Experimaestro is a powerful framework for ML experiments management...", padding=True, truncation=True, return_tensors="pt")
|