mattlc commited on
Commit
9700680
1 Parent(s): 4e04d3c

Model save

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ lm.arpa filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,9 +1,5 @@
1
  ---
2
- license: apache-2.0
3
- base_model: bofenghuang/asr-wav2vec2-ctc-french
4
  tags:
5
- - automatic-speech-recognition
6
- - mattlc/medical_internal_eval_22_mar_2024_noise_rir_2x
7
  - generated_from_trainer
8
  metrics:
9
  - wer
@@ -17,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # wav2vec2-medical-internal-noise-v0
19
 
20
- This model is a fine-tuned version of [bofenghuang/asr-wav2vec2-ctc-french](https://huggingface.co/bofenghuang/asr-wav2vec2-ctc-french) on the MATTLC/MEDICAL_INTERNAL_EVAL_22_MAR_2024_NOISE_RIR_2X - NA dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5827
23
- - Wer: 0.3319
24
 
25
  ## Model description
26
 
 
1
  ---
 
 
2
  tags:
 
 
3
  - generated_from_trainer
4
  metrics:
5
  - wer
 
13
 
14
  # wav2vec2-medical-internal-noise-v0
15
 
16
+ This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.6016
19
+ - Wer: 0.3413
20
 
21
  ## Model description
22
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bofenghuang/asr-wav2vec2-ctc-french",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
1
  {
2
+ "_name_or_path": "/home/tranceformer/whisper-text-domain-enhance/models/wav2vec2-medical-internal-noise-v0",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
lm.arpa ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162d92a03b3a8084a385ca8c321e095f93ff9528372d1d26aa9bb12950e71494
3
+ size 479608759
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb4db5f36c4ffb262b701214d847768c74f073d576be8f9447a755f04521ff6e
3
  size 1262012432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80c3c975ba443a304094adc8ab387fa7c8c9091ba01bd4d87d6b793d57f6ec45
3
  size 1262012432
runs/Apr17_14-41-03_tranceformer/events.out.tfevents.1713364982.tranceformer.212254.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b5aaf7af7ee32d367a027b3434af2c71d153685e3212479ee9b42c21edd477e
3
+ size 7317
special_tokens_map.json CHANGED
@@ -1,21 +1,15 @@
1
  {
2
  "additional_special_tokens": [
3
- {
4
- "content": "<s>",
5
- "lstrip": false,
6
- "normalized": true,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- {
11
- "content": "</s>",
12
- "lstrip": false,
13
- "normalized": true,
14
- "rstrip": false,
15
- "single_word": false
16
- }
17
  ],
18
- "bos_token": "<s>",
 
 
 
 
 
 
19
  "eos_token": {
20
  "content": "<s>",
21
  "lstrip": false,
@@ -23,6 +17,18 @@
23
  "rstrip": false,
24
  "single_word": false
25
  },
26
- "pad_token": "[PAD]",
27
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s>",
4
+ "</s>"
 
 
 
 
 
 
 
 
 
 
 
 
5
  ],
6
+ "bos_token": {
7
+ "content": "<s>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
  "eos_token": {
14
  "content": "<s>",
15
  "lstrip": false,
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": {
21
+ "content": "[PAD]",
22
+ "lstrip": true,
23
+ "normalized": false,
24
+ "rstrip": true,
25
+ "single_word": false
26
+ },
27
+ "unk_token": {
28
+ "content": "[UNK]",
29
+ "lstrip": true,
30
+ "normalized": false,
31
+ "rstrip": true,
32
+ "single_word": false
33
+ }
34
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:841d119f6d8b494c9270d5e27fed2f43a442017dbbf37b1fe5d2171b3068b3d1
3
  size 4603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab7c93030ee0675f7cb62ef84fae937633275f393809179d1c97eb8efc9f8a9
3
  size 4603