Text Classification
Transformers
TensorFlow
distilbert
generated_from_keras_callback
text-embeddings-inference
Instructions to use arthd24/wanderwise_classification_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arthd24/wanderwise_classification_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arthd24/wanderwise_classification_3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("arthd24/wanderwise_classification_3") model = AutoModelForSequenceClassification.from_pretrained("arthd24/wanderwise_classification_3") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 0
Browse files- README.md +7 -12
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss:
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Train F1: 0.
|
| 22 |
-
- Epoch:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,19 +38,14 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'transformers.optimization_tf', 'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-
|
| 42 |
- training_precision: float32
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
| Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
|
| 47 |
|:----------:|:---------------:|:--------------:|:--------:|:-----:|
|
| 48 |
-
|
|
| 49 |
-
| 0.7051 | 0.7528 | 0.7599 | 0.7698 | 1 |
|
| 50 |
-
| 0.4812 | 0.6969 | 0.7921 | 0.8120 | 2 |
|
| 51 |
-
| 0.3259 | 0.6595 | 0.7939 | 0.8153 | 3 |
|
| 52 |
-
| 0.2134 | 0.7854 | 0.7867 | 0.8077 | 4 |
|
| 53 |
-
| 0.1332 | 0.8350 | 0.7975 | 0.8249 | 5 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 2.0102
|
| 19 |
+
- Validation Loss: 1.8738
|
| 20 |
+
- Train Accuracy: 0.3011
|
| 21 |
+
- Train F1: 0.0518
|
| 22 |
+
- Epoch: 0
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'transformers.optimization_tf', 'class_name': 'WarmUp', 'config': {'initial_learning_rate': 2e-06, 'decay_schedule_fn': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-06, 'decay_steps': 8812, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'warmup_steps': 100, 'power': 1.0, 'name': None}, 'registered_name': 'WarmUp'}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
| 42 |
- training_precision: float32
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
| Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
|
| 47 |
|:----------:|:---------------:|:--------------:|:--------:|:-----:|
|
| 48 |
+
| 2.0102 | 1.8738 | 0.3011 | 0.0518 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fa38d90f40abe32fda4a697ebc16b8cce35eb96b65e3269cc6f0ba9323ccdc2
|
| 3 |
+
size 267973312
|