Instructions to use veriga/tf_disilbert_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use veriga/tf_disilbert_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="veriga/tf_disilbert_binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("veriga/tf_disilbert_binary") model = AutoModelForSequenceClassification.from_pretrained("veriga/tf_disilbert_binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload TFBertForSequenceClassification
Browse files- README.md +54 -54
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [veriga/tf_disilbert](https://huggingface.co/veriga/tf_disilbert) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Train Sparse Categorical Accuracy: 0.
|
| 20 |
- Validation Loss: 0.6883
|
| 21 |
-
- Validation Sparse Categorical Accuracy: 0.
|
| 22 |
- Epoch: 49
|
| 23 |
|
| 24 |
## Model description
|
|
@@ -38,63 +38,63 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- optimizer: {'name': 'Adam', 'learning_rate':
|
| 42 |
- training_precision: float32
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
| 47 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
-
| 0.
|
| 81 |
-
| 0.
|
| 82 |
-
| 0.
|
| 83 |
-
| 0.
|
| 84 |
-
| 0.
|
| 85 |
-
| 0.
|
| 86 |
-
| 0.
|
| 87 |
-
| 0.
|
| 88 |
-
| 0.
|
| 89 |
-
| 0.
|
| 90 |
-
| 0.
|
| 91 |
-
| 0.
|
| 92 |
-
| 0.
|
| 93 |
-
| 0.
|
| 94 |
-
| 0.
|
| 95 |
-
| 0.
|
| 96 |
-
| 0.
|
| 97 |
-
| 0.
|
| 98 |
|
| 99 |
|
| 100 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [veriga/tf_disilbert](https://huggingface.co/veriga/tf_disilbert) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.6901
|
| 19 |
+
- Train Sparse Categorical Accuracy: 0.5457
|
| 20 |
- Validation Loss: 0.6883
|
| 21 |
+
- Validation Sparse Categorical Accuracy: 0.5503
|
| 22 |
- Epoch: 49
|
| 23 |
|
| 24 |
## Model description
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 3e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
| 42 |
- training_precision: float32
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
| 47 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
| 48 |
+
| 0.6913 | 0.5377 | 0.6900 | 0.5451 | 0 |
|
| 49 |
+
| 0.6924 | 0.5308 | 0.6887 | 0.5477 | 1 |
|
| 50 |
+
| 0.6921 | 0.5335 | 0.6885 | 0.5512 | 2 |
|
| 51 |
+
| 0.6915 | 0.5361 | 0.6899 | 0.5486 | 3 |
|
| 52 |
+
| 0.6909 | 0.5317 | 0.6883 | 0.5495 | 4 |
|
| 53 |
+
| 0.6911 | 0.5359 | 0.6889 | 0.5469 | 5 |
|
| 54 |
+
| 0.6915 | 0.5338 | 0.6883 | 0.5495 | 6 |
|
| 55 |
+
| 0.6914 | 0.5397 | 0.6899 | 0.5503 | 7 |
|
| 56 |
+
| 0.6907 | 0.5407 | 0.6883 | 0.5495 | 8 |
|
| 57 |
+
| 0.6912 | 0.5395 | 0.6885 | 0.5495 | 9 |
|
| 58 |
+
| 0.6906 | 0.5351 | 0.6886 | 0.5477 | 10 |
|
| 59 |
+
| 0.6913 | 0.5403 | 0.6882 | 0.5503 | 11 |
|
| 60 |
+
| 0.6921 | 0.5349 | 0.6886 | 0.5477 | 12 |
|
| 61 |
+
| 0.6907 | 0.5404 | 0.6906 | 0.5495 | 13 |
|
| 62 |
+
| 0.6906 | 0.5328 | 0.6885 | 0.5486 | 14 |
|
| 63 |
+
| 0.6901 | 0.5389 | 0.6881 | 0.5512 | 15 |
|
| 64 |
+
| 0.6906 | 0.5401 | 0.6892 | 0.5469 | 16 |
|
| 65 |
+
| 0.6908 | 0.5422 | 0.6889 | 0.5495 | 17 |
|
| 66 |
+
| 0.6912 | 0.5397 | 0.6888 | 0.5486 | 18 |
|
| 67 |
+
| 0.6919 | 0.5331 | 0.6886 | 0.5486 | 19 |
|
| 68 |
+
| 0.6915 | 0.5427 | 0.6896 | 0.5469 | 20 |
|
| 69 |
+
| 0.6919 | 0.5397 | 0.6922 | 0.5486 | 21 |
|
| 70 |
+
| 0.6909 | 0.5367 | 0.6884 | 0.5495 | 22 |
|
| 71 |
+
| 0.6913 | 0.5345 | 0.6911 | 0.5503 | 23 |
|
| 72 |
+
| 0.6913 | 0.5403 | 0.6887 | 0.5486 | 24 |
|
| 73 |
+
| 0.6898 | 0.5439 | 0.6885 | 0.5486 | 25 |
|
| 74 |
+
| 0.6908 | 0.5404 | 0.6897 | 0.5503 | 26 |
|
| 75 |
+
| 0.6911 | 0.5405 | 0.6884 | 0.5495 | 27 |
|
| 76 |
+
| 0.6912 | 0.5395 | 0.6894 | 0.5495 | 28 |
|
| 77 |
+
| 0.6908 | 0.5405 | 0.6879 | 0.5512 | 29 |
|
| 78 |
+
| 0.6903 | 0.5384 | 0.6908 | 0.5503 | 30 |
|
| 79 |
+
| 0.6916 | 0.5318 | 0.6897 | 0.5486 | 31 |
|
| 80 |
+
| 0.6911 | 0.5398 | 0.6884 | 0.5512 | 32 |
|
| 81 |
+
| 0.6903 | 0.5395 | 0.6886 | 0.5477 | 33 |
|
| 82 |
+
| 0.6909 | 0.5375 | 0.6887 | 0.5495 | 34 |
|
| 83 |
+
| 0.6909 | 0.5416 | 0.6889 | 0.5469 | 35 |
|
| 84 |
+
| 0.6908 | 0.5399 | 0.6883 | 0.5503 | 36 |
|
| 85 |
+
| 0.6910 | 0.5382 | 0.6884 | 0.5486 | 37 |
|
| 86 |
+
| 0.6910 | 0.5421 | 0.6898 | 0.5486 | 38 |
|
| 87 |
+
| 0.6903 | 0.5383 | 0.6888 | 0.5495 | 39 |
|
| 88 |
+
| 0.6907 | 0.5426 | 0.6905 | 0.5486 | 40 |
|
| 89 |
+
| 0.6900 | 0.5437 | 0.6890 | 0.5495 | 41 |
|
| 90 |
+
| 0.6908 | 0.5384 | 0.6888 | 0.5486 | 42 |
|
| 91 |
+
| 0.6904 | 0.5407 | 0.6887 | 0.5495 | 43 |
|
| 92 |
+
| 0.6910 | 0.5408 | 0.6906 | 0.5495 | 44 |
|
| 93 |
+
| 0.6903 | 0.5398 | 0.6880 | 0.5521 | 45 |
|
| 94 |
+
| 0.6906 | 0.5421 | 0.6885 | 0.5486 | 46 |
|
| 95 |
+
| 0.6906 | 0.5378 | 0.6901 | 0.5503 | 47 |
|
| 96 |
+
| 0.6918 | 0.5378 | 0.6893 | 0.5486 | 48 |
|
| 97 |
+
| 0.6901 | 0.5457 | 0.6883 | 0.5503 | 49 |
|
| 98 |
|
| 99 |
|
| 100 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 448330072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e62bb03282e7e0f33ffaf3cbe15ce5387f383ec14a2547e383e3004b9740c601
|
| 3 |
size 448330072
|