Text Classification
Transformers
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use AIYIYA/my_html3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIYIYA/my_html3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AIYIYA/my_html3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AIYIYA/my_html3") model = AutoModelForSequenceClassification.from_pretrained("AIYIYA/my_html3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 2
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Train Accuracy:
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
- Validation Accuracy: 0.9804
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
| 0.8291 | 0.7386 | 0.2926 | 0.9804 | 0 |
|
| 48 |
| 0.2239 | 0.9804 | 0.1478 | 0.9804 | 1 |
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.1064
|
| 18 |
+
- Train Accuracy: 1.0
|
| 19 |
+
- Validation Loss: 0.1251
|
| 20 |
- Validation Accuracy: 0.9804
|
| 21 |
+
- Epoch: 2
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
| 0.8291 | 0.7386 | 0.2926 | 0.9804 | 0 |
|
| 48 |
| 0.2239 | 0.9804 | 0.1478 | 0.9804 | 1 |
|
| 49 |
+
| 0.1064 | 1.0 | 0.1251 | 0.9804 | 2 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409367836
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55331867dad513b3c38ab0edcb6248728bd45ae0226b7f4aee0322eceaa2d600
|
| 3 |
size 409367836
|