remzicam commited on
Commit
14d22d4
·
1 Parent(s): 5fe7993

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -33,4 +33,7 @@ you can use the model with huggingface pipelines and generate function
33
  skip_special_tokens = True)
34
  >>>print(response)
35
  i am well. how are you? what do you like to do in your free time?
36
- ```
 
 
 
 
33
  skip_special_tokens = True)
34
  >>>print(response)
35
  i am well. how are you? what do you like to do in your free time?
36
+ ```
37
+
38
+ #Credits
39
+ To create the model, I adopted codes from https://github.com/siddharth-sharma7/fast-Bart repository.