saadob12 commited on
Commit
adb8ef3
1 Parent(s): fb6aeef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -4,6 +4,9 @@
4
  **Gitlab Link for the data**: https://gitlab.com/bottle_shop/snlg/chart/autochart
5
 
6
  # Example use:
 
 
 
7
  ```
8
  tokenizer = AutoTokenizer.from_pretrained(saadob12/t5_C2T_autochart)
9
  model = AutoModelForSeq2SeqLM.from_pretrained(saadob12/t5_C2T_autochart)
 
4
  **Gitlab Link for the data**: https://gitlab.com/bottle_shop/snlg/chart/autochart
5
 
6
  # Example use:
7
+ Append ```C2T: ``` before every input to the model
8
+
9
+
10
  ```
11
  tokenizer = AutoTokenizer.from_pretrained(saadob12/t5_C2T_autochart)
12
  model = AutoModelForSeq2SeqLM.from_pretrained(saadob12/t5_C2T_autochart)