Text Classification
Transformers
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use reem442/Bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reem442/Bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reem442/Bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("reem442/Bert") model = AutoModelForSequenceClassification.from_pretrained("reem442/Bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 2
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Vasanth/bert-base-uncased-finetuned-emotion](https://huggingface.co/Vasanth/bert-base-uncased-finetuned-emotion) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
-
- Validation Loss: 0.
|
| 21 |
-
- Validation Accuracy: 0.
|
| 22 |
-
- Train Precision: 0.
|
| 23 |
-
- Train Recall: 0.
|
| 24 |
-
- Train F1: 0.
|
| 25 |
-
- Epoch:
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
| 50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 51 |
| 0.1750 | 0.943 | 0.1579 | 0.9430 | 0.9447 | 0.943 | 0.9426 | 0 |
|
| 52 |
| 0.1194 | 0.9415 | 0.1589 | 0.9415 | 0.9434 | 0.9415 | 0.9409 | 1 |
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Vasanth/bert-base-uncased-finetuned-emotion](https://huggingface.co/Vasanth/bert-base-uncased-finetuned-emotion) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.0990
|
| 19 |
+
- Train Accuracy: 0.947
|
| 20 |
+
- Validation Loss: 0.1458
|
| 21 |
+
- Validation Accuracy: 0.9470
|
| 22 |
+
- Train Precision: 0.9490
|
| 23 |
+
- Train Recall: 0.947
|
| 24 |
+
- Train F1: 0.9466
|
| 25 |
+
- Epoch: 2
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 50 |
|:----------:|:--------------:|:---------------:|:-------------------:|:---------------:|:------------:|:--------:|:-----:|
|
| 51 |
| 0.1750 | 0.943 | 0.1579 | 0.9430 | 0.9447 | 0.943 | 0.9426 | 0 |
|
| 52 |
| 0.1194 | 0.9415 | 0.1589 | 0.9415 | 0.9434 | 0.9415 | 0.9409 | 1 |
|
| 53 |
+
| 0.0990 | 0.947 | 0.1458 | 0.9470 | 0.9490 | 0.947 | 0.9466 | 2 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438235432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ba8c87a8af5d9ef4866f89aadbf76fe6d5da761ba93a34d95f8aab66ce49a10
|
| 3 |
size 438235432
|