Instructions to use YourBestBuddy/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YourBestBuddy/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="YourBestBuddy/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("YourBestBuddy/results") model = AutoModelForSequenceClassification.from_pretrained("YourBestBuddy/results") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,13 +35,13 @@ Used to explain the inner emotions of simple sentences. This model may lack cont
|
|
| 35 |
- Validation set: 2,000 examples
|
| 36 |
- Test set: 2,000 examples
|
| 37 |
- Validation Accuracy:
|
| 38 |
-
- epoch1:0.
|
| 39 |
-
- epoch2:0.
|
| 40 |
-
- epoch3:0.
|
| 41 |
-
- epoch4:0.
|
| 42 |
-
- epoch5:0.
|
| 43 |
- Test Accuracy: 0.942
|
| 44 |
-
- Training Time:
|
| 45 |
|
| 46 |
## Training procedure
|
| 47 |
|
|
|
|
| 35 |
- Validation set: 2,000 examples
|
| 36 |
- Test set: 2,000 examples
|
| 37 |
- Validation Accuracy:
|
| 38 |
+
- epoch1:0.9065
|
| 39 |
+
- epoch2:0.9345
|
| 40 |
+
- epoch3:0.93
|
| 41 |
+
- epoch4:0.942
|
| 42 |
+
- epoch5:0.94
|
| 43 |
- Test Accuracy: 0.942
|
| 44 |
+
- Training Time: 2:02:44
|
| 45 |
|
| 46 |
## Training procedure
|
| 47 |
|