HeatherFeist commited on
Commit
fdccca1
·
verified ·
1 Parent(s): 156ae10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
4
  # QuanTarot Model
5
 
@@ -32,4 +36,4 @@ outputs = model.generate(inputs["input_ids"], max_new_tokens=150)
32
 
33
  # Decode and print the result
34
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
35
- print(response)
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/flan-t5-base
7
  ---
8
  # QuanTarot Model
9
 
 
36
 
37
  # Decode and print the result
38
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
39
+ print(response)