Instructions to use memorygreen/kobert_naver with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use memorygreen/kobert_naver with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="memorygreen/kobert_naver")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("memorygreen/kobert_naver") model = AutoModelForSequenceClassification.from_pretrained("memorygreen/kobert_naver", device_map="auto") - Notebooks
- Google Colab
- Kaggle
memorygreen/kobert_naver
Browse files- README.md +3 -3
- config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [monologg/kobert](https://huggingface.co/monologg/kobert) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -47,12 +47,12 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 50 |
-
| 0.
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
| 55 |
-
- Transformers 5.
|
| 56 |
- Pytorch 2.11.0+cu128
|
| 57 |
- Datasets 4.0.0
|
| 58 |
- Tokenizers 0.22.2
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [monologg/kobert](https://huggingface.co/monologg/kobert) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.6917
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 50 |
+
| 0.6960 | 1.0 | 1000 | 0.6917 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
| 55 |
+
- Transformers 5.12.0
|
| 56 |
- Pytorch 2.11.0+cu128
|
| 57 |
- Datasets 4.0.0
|
| 58 |
- Tokenizers 0.22.2
|
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"pad_token_id": 1,
|
| 23 |
"problem_type": "single_label_classification",
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
-
"transformers_version": "5.
|
| 26 |
"type_vocab_size": 2,
|
| 27 |
"use_cache": false,
|
| 28 |
"vocab_size": 8002
|
|
|
|
| 22 |
"pad_token_id": 1,
|
| 23 |
"problem_type": "single_label_classification",
|
| 24 |
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.12.0",
|
| 26 |
"type_vocab_size": 2,
|
| 27 |
"use_cache": false,
|
| 28 |
"vocab_size": 8002
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 368777128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2b771e592bbedbb338130e57d57320a51e1eebd6dc3fe44b993d621c0a8f97c
|
| 3 |
size 368777128
|