Instructions to use Arthur-Tsai/ht-stmini-cls-v5_ftis_noPretrain_tdso-smlo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arthur-Tsai/ht-stmini-cls-v5_ftis_noPretrain_tdso-smlo with Transformers:
# Load model directly from transformers import HiTrans model = HiTrans.from_pretrained("Arthur-Tsai/ht-stmini-cls-v5_ftis_noPretrain_tdso-smlo", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 134
Browse files- config.json +17 -0
- model.safetensors +3 -0
- runs/0-sample_rate=0.2/events.out.tfevents.1742912227.luna.609863.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"HiTrans"
|
| 4 |
+
],
|
| 5 |
+
"dropout": 0.2,
|
| 6 |
+
"max_doc_len": 4500,
|
| 7 |
+
"max_sent_len": 256,
|
| 8 |
+
"model_type": "hierarchical-transformer",
|
| 9 |
+
"n_head": 8,
|
| 10 |
+
"num_aux_gtsp_labels": 3,
|
| 11 |
+
"num_aux_smlo_labels": 384,
|
| 12 |
+
"num_aux_spp_labels": 1,
|
| 13 |
+
"num_layers": 2,
|
| 14 |
+
"num_main_labels": 36,
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.46.0"
|
| 17 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd602c7301c818cc3b1b6120ffe89ba87e63465fcb7e3798ab24877069d3f1ae
|
| 3 |
+
size 127238056
|
runs/0-sample_rate=0.2/events.out.tfevents.1742912227.luna.609863.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1f7310f4d29bc0e5eef4e6b2598a76fe8427eabde681dffc77be6feddd6eec2
|
| 3 |
+
size 5557
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8baabb9eb0e7d635c92ebe5a7dad85c71e45b6a2496bc4d3e1f09d872a9624e2
|
| 3 |
+
size 5304
|