Instructions to use ultraleow/cloud4bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ultraleow/cloud4bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ultraleow/cloud4bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ultraleow/cloud4bert") model = AutoModelForSequenceClassification.from_pretrained("ultraleow/cloud4bert") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
This model is a specialised version of the [BERT base model](https://huggingface.co/ultraleow/cloud4bert). The code for the training process will be uploaded
|
| 15 |
[here](https://huggingface.co/ultraleow/cloud4bert/). This model is uncased: it does not make a difference between english and English.
|
|
@@ -103,9 +103,3 @@ Glue test results:
|
|
| 103 |
| Task | Recall(Weighted) | Precision(Weighted) | f1(Weighted) | ACC |
|
| 104 |
|:----:|:----:|:----:|:----:|:-----:|
|
| 105 |
| | 94.03% | 94.06% | 94.02% | 94.03% |
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
<a href="https://huggingface.co/exbert/?model=distilbert-base-uncased">
|
| 110 |
-
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
| 111 |
-
</a>
|
|
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Cloud4bert
|
| 13 |
|
| 14 |
This model is a specialised version of the [BERT base model](https://huggingface.co/ultraleow/cloud4bert). The code for the training process will be uploaded
|
| 15 |
[here](https://huggingface.co/ultraleow/cloud4bert/). This model is uncased: it does not make a difference between english and English.
|
|
|
|
| 103 |
| Task | Recall(Weighted) | Precision(Weighted) | f1(Weighted) | ACC |
|
| 104 |
|:----:|:----:|:----:|:----:|:-----:|
|
| 105 |
| | 94.03% | 94.06% | 94.02% | 94.03% |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|