Update README.md
Browse files
README.md
CHANGED
|
@@ -60,8 +60,7 @@ while True:
|
|
| 60 |
reply = generate_response(user_input, model, tokenizer)
|
| 61 |
print("Generated Reply({}):".format(model), reply)
|
| 62 |
|
| 63 |
-
#INXAI from huggingface 'Robin246/
|
| 64 |
-
#Developer credits - Robinkumar, Kiransekar, Nithishkumar and Magesh
|
| 65 |
```
|
| 66 |
### ✎ Citation
|
| 67 |
|
|
|
|
| 60 |
reply = generate_response(user_input, model, tokenizer)
|
| 61 |
print("Generated Reply({}):".format(model), reply)
|
| 62 |
|
| 63 |
+
#INXAI from huggingface 'Robin246/inxai_v1.1'
|
|
|
|
| 64 |
```
|
| 65 |
### ✎ Citation
|
| 66 |
|