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 +15 -10
- evaluation_results.json +6 -6
- 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,14 +50,19 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### 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.5984
|
| 22 |
+
- Accuracy: 0.9033
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.836 | 0.0029 | 500 | 0.8152 | 0.7914 |
|
| 54 |
+
| 0.7087 | 0.0057 | 1000 | 0.8243 | 0.8371 |
|
| 55 |
+
| 0.3183 | 0.0086 | 1500 | 0.6660 | 0.8630 |
|
| 56 |
+
| 0.4053 | 0.0114 | 2000 | 0.6574 | 0.8756 |
|
| 57 |
+
| 0.7241 | 0.0143 | 2500 | 0.7357 | 0.8729 |
|
| 58 |
+
| 0.6671 | 0.0172 | 3000 | 0.7220 | 0.8774 |
|
| 59 |
+
| 0.5065 | 0.0200 | 3500 | 0.6383 | 0.8962 |
|
| 60 |
+
| 0.6733 | 0.0229 | 4000 | 0.6732 | 0.8881 |
|
| 61 |
+
| 0.7698 | 0.0258 | 4500 | 0.6499 | 0.8845 |
|
| 62 |
+
| 0.7928 | 0.0286 | 5000 | 0.5749 | 0.8979 |
|
| 63 |
+
| 0.5598 | 0.0315 | 5500 | 0.5941 | 0.8962 |
|
| 64 |
+
| 0.3074 | 0.0343 | 6000 | 0.5806 | 0.9015 |
|
| 65 |
+
| 0.4272 | 0.0372 | 6500 | 0.5984 | 0.9033 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
evaluation_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"eval_loss": 0.
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_runtime":
|
| 5 |
-
"eval_samples_per_second": 3.
|
| 6 |
-
"eval_steps_per_second": 3.
|
| 7 |
-
"epoch": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"eval_loss": 0.7356504797935486,
|
| 3 |
+
"eval_accuracy": 0.8728737690241719,
|
| 4 |
+
"eval_runtime": 354.5841,
|
| 5 |
+
"eval_samples_per_second": 3.15,
|
| 6 |
+
"eval_steps_per_second": 3.15,
|
| 7 |
+
"epoch": 0.02288918771995079
|
| 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:cf23a6c2ac346ce626cfcfe639cfce7c4f6ea27bf5b0319f7a464d862266d817
|
| 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:af00318aabd7f5b9f3017a40fd19f8c418c575e690bdaa5459d8540293160d80
|
| 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:d59887c54f3ec9b9341958e2579a5d007babd50317a0201fffc1430d2e55c6b5
|
| 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:bc5478699cb6de55d18f61540e3d01140fade5ca71d3bcd1b5fc6196cbdb3951
|
| 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:f3865bbf1953414497b22831ff7a2f5e60ab0d66b4a41a00933d9b54c80b9fae
|
| 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:ded7120e2975476a9eacff2144a9367794e1e7749057b4b9dfc28eda4a26bb38
|
| 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:9d03022282f86a35b540ff0a5600113cfd67dc21d57d8272528392784e433610
|
| 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:5c21d156a29673522d34fd39107fdd931a8d88a6472f134db6537b6e06e75b88
|
| 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:b756226e19c2356e8c741d400fb149b9c79d94cd77854abc4efe784e9a57dbd4
|
| 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:0e26c5537ac469a1c64079e4b7c8c425c340884f69f48629be4bcc6e4fbbaaf9
|
| 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:f79fbe862cfb8027ce651bef045af3687eaf70afd9d81a0f034fcb270f37b225
|
| 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:f1ca061e72266bbadff828678c3a23e71d123e3351a793b090e790def56604bf
|
| 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:4509ae29c8a616fe366cda6b263cb682fdc42d47d6c03ec4295ea0f055a94768
|
| 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:94cce512ca65714b2690f47f9df5df4f2ebb72da510e8ec764e7b74d5d0557f0
|
| 3 |
size 561040016
|