Instructions to use EndLessTime/fine_tuned_per_domain_balanced_32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EndLessTime/fine_tuned_per_domain_balanced_32B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EndLessTime/fine_tuned_per_domain_balanced_32B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EndLessTime/fine_tuned_per_domain_balanced_32B") model = AutoModelForSequenceClassification.from_pretrained("EndLessTime/fine_tuned_per_domain_balanced_32B") - Notebooks
- Google Colab
- Kaggle
Arihant Tripathi commited on
qwen_new_mage_per_domain_balanced_32B
Browse files- README.md +9 -15
- evaluation_results.json +5 -5
- model-00001-of-00014.safetensors +1 -1
- model-00002-of-00014.safetensors +1 -1
- model-00003-of-00014.safetensors +1 -1
- model-00004-of-00014.safetensors +1 -1
- model-00005-of-00014.safetensors +1 -1
- model-00006-of-00014.safetensors +1 -1
- model-00007-of-00014.safetensors +1 -1
- model-00008-of-00014.safetensors +1 -1
- model-00009-of-00014.safetensors +1 -1
- model-00010-of-00014.safetensors +1 -1
- model-00011-of-00014.safetensors +1 -1
- model-00012-of-00014.safetensors +1 -1
- model-00013-of-00014.safetensors +1 -1
- model-00014-of-00014.safetensors +1 -1
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [Qwen/Qwen1.5-32B](https://huggingface.co/Qwen/Qwen1.5-32B) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -50,19 +50,13 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
|
|
| 60 |
-
| 0.8958 | 0.0229 | 4000 | 0.6737 | 0.8782 |
|
| 61 |
-
| 0.5373 | 0.0258 | 4500 | 0.5536 | 0.8926 |
|
| 62 |
-
| 0.3688 | 0.0286 | 5000 | 0.5243 | 0.8988 |
|
| 63 |
-
| 0.2458 | 0.0315 | 5500 | 0.5292 | 0.8997 |
|
| 64 |
-
| 0.5241 | 0.0343 | 6000 | 0.5510 | 0.9024 |
|
| 65 |
-
| 0.1869 | 0.0372 | 6500 | 0.5444 | 0.9033 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [Qwen/Qwen1.5-32B](https://huggingface.co/Qwen/Qwen1.5-32B) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.9140
|
| 22 |
+
- Accuracy: 0.8791
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.9327 | 0.0029 | 500 | 1.0921 | 0.8102 |
|
| 54 |
+
| 0.4397 | 0.0057 | 1000 | 1.0897 | 0.8478 |
|
| 55 |
+
| 0.4321 | 0.0086 | 1500 | 0.9432 | 0.8568 |
|
| 56 |
+
| 0.562 | 0.0114 | 2000 | 0.8378 | 0.8747 |
|
| 57 |
+
| 0.5804 | 0.0143 | 2500 | 0.9042 | 0.8729 |
|
| 58 |
+
| 0.5734 | 0.0172 | 3000 | 0.8686 | 0.8765 |
|
| 59 |
+
| 0.5453 | 0.0200 | 3500 | 0.9140 | 0.8791 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
evaluation_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"eval_loss": 0.
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_runtime": 355.
|
| 5 |
-
"eval_samples_per_second": 3.
|
| 6 |
-
"eval_steps_per_second": 3.
|
| 7 |
"epoch": 0.037194930044920034
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"eval_loss": 0.5243057608604431,
|
| 3 |
+
"eval_accuracy": 0.8988361683079678,
|
| 4 |
+
"eval_runtime": 355.1808,
|
| 5 |
+
"eval_samples_per_second": 3.145,
|
| 6 |
+
"eval_steps_per_second": 3.145,
|
| 7 |
"epoch": 0.037194930044920034
|
| 8 |
}
|
model-00001-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4865516592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b71dd7d44bb6ffda190b7c7df375171bdcca5fe2b552704b8b85182a0eee706
|
| 3 |
size 4865516592
|
model-00002-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6393cbc02e0f4bb44555c5cbb4ccdc33a912515161b0d47605ec4e6d2fa99af8
|
| 3 |
size 4836737752
|
model-00003-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12058820148397ef3a7ed235d7c5b383d02fc3883bab6c4c7f856d3fe7dbe018
|
| 3 |
size 4836737784
|
model-00004-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c09de66c9dfb72b5e8ed020c43aa65c8506cfbc1720c5771b739550fddcaaf0
|
| 3 |
size 4836737816
|
model-00005-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28afbbb0a1cd27a7f6da2fa25d2af13564eb0edbf4447f76b5a67c6ed412c696
|
| 3 |
size 4836737816
|
model-00006-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:148aba988346d17acf731c24e6aa25bf318f2cca342414a4d9bf1cddd1d3aded
|
| 3 |
size 4836737816
|
model-00007-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edafadb9ad764c45a39c17bd867ca84cd9568640d2fe775f10d1d55724c727b9
|
| 3 |
size 4836737816
|
model-00008-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:341d6667279d433d4f8ffdb7658750145960cbcf9dec5d1a8471867ec9e4caad
|
| 3 |
size 4836737816
|
model-00009-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a946714dad7258c29efe97b9f69bf761894e9dfab560ecc87754636d702c2067
|
| 3 |
size 4836737816
|
model-00010-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29876f14385ddf8d4daea419d73c07c01375d98aee94502b6f43fe72ff35a18d
|
| 3 |
size 4836737816
|
model-00011-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:238ec4e4d8fd820f6bd4ffc1f8601bc6b795f65c4405eae2b4c02cf79084ec36
|
| 3 |
size 4836737816
|
model-00012-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6e4492f51f484964f6af7ee8b9f60492b097d7d3fd89b5db3e7986eddc0158
|
| 3 |
size 4836737816
|
model-00013-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4836737816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdab2f28be0a421c487516550a772f89aae6d01c064524414c937ba945e02b33
|
| 3 |
size 4836737816
|
model-00014-of-00014.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 561040016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb9ffcdeae12ccada668fb4089f19f558c6efc869d75e41b44ba3dda421165a
|
| 3 |
size 561040016
|