pymlex commited on
Commit
28bf84e
·
verified ·
1 Parent(s): 9dfc71e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -8,6 +8,11 @@ tags:
8
  - seq2seq
9
  pipeline_tag: text-generation
10
  base_model: google/byt5-small
 
 
 
 
 
11
  ---
12
 
13
  # IPA Transcriptor 300M
@@ -73,4 +78,4 @@ def transcribe(word: str, num_beams: int = 4) -> str:
73
  return tokenizer.decode(output_ids[0], skip_special_tokens=True)
74
 
75
  print(transcribe("analytical"))
76
- ```
 
8
  - seq2seq
9
  pipeline_tag: text-generation
10
  base_model: google/byt5-small
11
+ language:
12
+ - en
13
+ metrics:
14
+ - perplexity
15
+ - bleu
16
  ---
17
 
18
  # IPA Transcriptor 300M
 
78
  return tokenizer.decode(output_ids[0], skip_special_tokens=True)
79
 
80
  print(transcribe("analytical"))
81
+ ```