ruanchaves commited on
Commit
c2d3511
·
1 Parent(s): 640b5be

feat: add models

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -8,6 +8,18 @@ sdk_version: 3.23.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ models: [
12
+ "gpt2",
13
+ "bert-base-uncased",
14
+ "distilgpt2",
15
+ "distilbert-base-uncased",
16
+ "mrm8488/spanish-gpt2",
17
+ "dccuchile/bert-base-spanish-wwm-cased",
18
+ "pierreguillou/gpt2-small-portuguese",
19
+ "neuralmind/bert-base-portuguese-cased",
20
+ "dbmdz/german-gpt2",
21
+ "bert-base-german-cased"
22
+ ]
23
  ---
24
 
25
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference