Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use KingTechnician/roberta-base_Climate_Native with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KingTechnician/roberta-base_Climate_Native with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KingTechnician/roberta-base_Climate_Native")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KingTechnician/roberta-base_Climate_Native") model = AutoModelForSequenceClassification.from_pretrained("KingTechnician/roberta-base_Climate_Native") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +74 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: roberta-base
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
model-index:
|
| 10 |
+
- name: roberta-base_Climate_Native
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# roberta-base_Climate_Native
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 2.4963
|
| 22 |
+
- Accuracy: 0.2237
|
| 23 |
+
- Macro Precision: 0.1864
|
| 24 |
+
- Macro F1: 0.1782
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 2e-05
|
| 44 |
+
- train_batch_size: 16
|
| 45 |
+
- eval_batch_size: 16
|
| 46 |
+
- seed: 42
|
| 47 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
+
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 12
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Macro Precision | Macro F1 |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------------:|:--------:|
|
| 55 |
+
| No log | 1.0 | 54 | 2.5363 | 0.2009 | 0.0522 | 0.0673 |
|
| 56 |
+
| No log | 2.0 | 108 | 2.4069 | 0.2055 | 0.0897 | 0.1130 |
|
| 57 |
+
| No log | 3.0 | 162 | 2.3152 | 0.1918 | 0.1893 | 0.1385 |
|
| 58 |
+
| No log | 4.0 | 216 | 2.3127 | 0.2055 | 0.1677 | 0.1483 |
|
| 59 |
+
| No log | 5.0 | 270 | 2.3043 | 0.1963 | 0.2270 | 0.1593 |
|
| 60 |
+
| No log | 6.0 | 324 | 2.3585 | 0.1735 | 0.2232 | 0.1464 |
|
| 61 |
+
| No log | 7.0 | 378 | 2.3715 | 0.2055 | 0.2044 | 0.1734 |
|
| 62 |
+
| No log | 8.0 | 432 | 2.3832 | 0.2100 | 0.2004 | 0.1828 |
|
| 63 |
+
| No log | 9.0 | 486 | 2.4298 | 0.1963 | 0.1999 | 0.1720 |
|
| 64 |
+
| 1.7557 | 10.0 | 540 | 2.4526 | 0.2100 | 0.1972 | 0.1666 |
|
| 65 |
+
| 1.7557 | 11.0 | 594 | 2.4831 | 0.2192 | 0.1914 | 0.1764 |
|
| 66 |
+
| 1.7557 | 12.0 | 648 | 2.4963 | 0.2237 | 0.1864 | 0.1782 |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
### Framework versions
|
| 70 |
+
|
| 71 |
+
- Transformers 5.0.0
|
| 72 |
+
- Pytorch 2.10.0+cu128
|
| 73 |
+
- Datasets 4.0.0
|
| 74 |
+
- Tokenizers 0.22.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498646636
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a4a7c2154b31af5ae7ebbb2dea5440dbf80b87021761cd99db4c0cd42b59553
|
| 3 |
size 498646636
|