Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This repo releases the trained LLaMA-adapter weights in paper "Large Language Models are Efficient Learners of Noise-Robust Speech Recognition".
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- "en"
|
5 |
+
- "zh"
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
inference: false
|
8 |
+
fine-tuning: true
|
9 |
+
tags:
|
10 |
+
- generative error correction
|
11 |
+
---
|
12 |
+
|
13 |
This repo releases the trained LLaMA-adapter weights in paper "Large Language Models are Efficient Learners of Noise-Robust Speech Recognition".
|