Instructions to use TopSlayer/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TopSlayer/model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TopSlayer/model")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("TopSlayer/model") model = AutoModelForCTC.from_pretrained("TopSlayer/model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 30
Browse files
config.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
| 77 |
"num_hidden_layers": 24,
|
| 78 |
"num_negatives": 100,
|
| 79 |
"output_hidden_size": 1024,
|
| 80 |
-
"pad_token_id":
|
| 81 |
"proj_codevector_dim": 768,
|
| 82 |
"tdnn_dilation": [
|
| 83 |
1,
|
|
@@ -103,6 +103,6 @@
|
|
| 103 |
"torch_dtype": "float32",
|
| 104 |
"transformers_version": "4.51.3",
|
| 105 |
"use_weighted_layer_sum": false,
|
| 106 |
-
"vocab_size":
|
| 107 |
"xvector_output_dim": 512
|
| 108 |
}
|
|
|
|
| 77 |
"num_hidden_layers": 24,
|
| 78 |
"num_negatives": 100,
|
| 79 |
"output_hidden_size": 1024,
|
| 80 |
+
"pad_token_id": 50,
|
| 81 |
"proj_codevector_dim": 768,
|
| 82 |
"tdnn_dilation": [
|
| 83 |
1,
|
|
|
|
| 103 |
"torch_dtype": "float32",
|
| 104 |
"transformers_version": "4.51.3",
|
| 105 |
"use_weighted_layer_sum": false,
|
| 106 |
+
"vocab_size": 53,
|
| 107 |
"xvector_output_dim": 512
|
| 108 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90f1e9a399e09c6b624a2403150085954018e3b958fee3d16cd7ab762177413d
|
| 3 |
+
size 1262024780
|
runs/Jun14_16-38-57_ip-10-192-15-60/events.out.tfevents.1749919140.ip-10-192-15-60.21053.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcb8821211d9ca386c97595e6bbf6cc1d920fd551e12e0143e4e3867ab6e723c
|
| 3 |
+
size 6341
|
runs/Jun14_16-58-31_ip-10-192-11-178/events.out.tfevents.1749920312.ip-10-192-11-178.14556.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4be93d106c2288ff256ca8903e685fc4d3ca0ebd860c92abd04862e6aa4947d
|
| 3 |
+
size 6690
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5311cc6deb586ae9fb96998214514e512d120d05cdfab8b2001e8faadd259082
|
| 3 |
+
size 5649
|