sino commited on
Commit
26f1032
•
1 Parent(s): bb3bb99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,11 +31,11 @@ Our proposed **JMLA** system achieves a zero-shot audio tagging accuracy of 64.8
31
  <br>
32
 
33
  ## Quickstart
34
- Below, we provide simple examples to show how to use **JMLA** with 🤗 Transformers.
35
 
36
  #### 🤗 Transformers
37
 
38
- To use JMLA for the inference, all you need to do is to input a few lines of codes as demonstrated below.
39
 
40
  ```python
41
  from transformers import AutoModel, AutoTokenizer
 
31
  <br>
32
 
33
  ## Quickstart
34
+ Below, we provide simple examples to show how to use **SpectPrompt** with 🤗 Transformers.
35
 
36
  #### 🤗 Transformers
37
 
38
+ To use SpectPrompt for the inference, all you need to do is to input a few lines of codes as demonstrated below.
39
 
40
  ```python
41
  from transformers import AutoModel, AutoTokenizer