Instructions to use ruanchaves/bert-base-portuguese-cased-assin-similarity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruanchaves/bert-base-portuguese-cased-assin-similarity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ruanchaves/bert-base-portuguese-cased-assin-similarity")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ruanchaves/bert-base-portuguese-cased-assin-similarity") model = AutoModelForSequenceClassification.from_pretrained("ruanchaves/bert-base-portuguese-cased-assin-similarity", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
fd1d4b2
1
Parent(s): 50b8f1d
Upload train_results.json with huggingface_hub
Browse files- train_results.json +8 -0
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 20.0,
|
| 3 |
+
"train_loss": 0.05834093816005267,
|
| 4 |
+
"train_runtime": 2383.5567,
|
| 5 |
+
"train_samples": 5000,
|
| 6 |
+
"train_samples_per_second": 41.954,
|
| 7 |
+
"train_steps_per_second": 2.618
|
| 8 |
+
}
|