Instructions to use Yanhao/simcse-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yanhao/simcse-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Yanhao/simcse-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Yanhao/simcse-roberta-large") model = AutoModel.from_pretrained("Yanhao/simcse-roberta-large") - Notebooks
- Google Colab
- Kaggle
Upload train_results.txt
Browse files- train_results.txt +3 -0
train_results.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch = 5.0
|
| 2 |
+
train_runtime = 467.303
|
| 3 |
+
train_samples_per_second = 2.119
|