Update README.md
Browse files
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.
|