File size: 1,284 Bytes
5229fab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4a5db40
 
 
 
 
 
 
 
 
 
 
 
 
 
5229fab
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: apache-2.0
tags:
  - audio
  - automatic-speech-recognition
  - speech-recognition
  - OLMoASR
base_model: allenai/OLMoASR
---

# OLMoASR-tiny

This is the **tiny** variant of OLMoASR, extracted from the original [allenai/OLMoASR](https://huggingface.co/allenai/OLMoASR) repository.

## Model Details

- **Model Size:** Tiny
- **Language:** English
- **License:** Apache 2.0
- **Task:** Automatic Speech Recognition (ASR)

## Files Included

- `OLMoASR-tiny.en.pt` - Model weights (~244 MB)
- `config.json` - Model configuration
- `tokenizer.json` - Tokenizer
- `tokenizer_config.json` - Tokenizer configuration
- `vocab.json` - Vocabulary
- `merges.txt` - BPE merges
- `special_tokens_map.json` - Special tokens mapping
- `added_tokens.json` - Additional tokens
- `generation_config.json` - Generation settings
- `preprocessor_config.json` - Audio preprocessing config
- `model.safetensors` - Model in safetensors format

## Original Repository

This model is part of the OLMoASR family. For more information, please visit the original repository:
- [allenai/OLMoASR](https://huggingface.co/allenai/OLMoASR)

## Usage

```python
# Add usage instructions here based on OLMoASR documentation
```

## Citation

If you use this model, please cite the original OLMoASR work.