shirayu commited on
Commit
bfc3866
1 Parent(s): ad7b002
Files changed (2) hide show
  1. README.md +1 -1
  2. _typos.toml +9 -0
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
  # Models for [img2tags](https://github.com/shirayu/img2tags)
5
 
6
- Coveted following models to accept batches of any size.
7
 
8
  This repository consists of the following models.
9
 
 
3
  ---
4
  # Models for [img2tags](https://github.com/shirayu/img2tags)
5
 
6
+ I converted following models to accept batches of any size.
7
 
8
  This repository consists of the following models.
9
 
_typos.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Files for typos
2
+ # Instruction: https://github.com/marketplace/actions/typos-action#getting-started
3
+
4
+ [default.extend-identifiers]
5
+
6
+ [default.extend-words]
7
+
8
+ [files]
9
+ extend-exclude = ["selected_tags.csv"]