Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
Β·
aba2637
1
Parent(s):
21574f0
Update convbot-demo.ipynb
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
|
| 4 |
A conversational bot based on huggingface transformers
|
| 5 |
|
|
|
|
|
|
|
| 6 |
## Install it
|
| 7 |
|
| 8 |
```shell
|
|
@@ -49,6 +51,10 @@ python -m convbot
|
|
| 49 |
Bot: I don't have a heat source.
|
| 50 |
You:
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
## Not tested in Windows 10 and Mac
|
| 53 |
|
| 54 |
The module uses pytorch that is installed differently in Windows than in Linux. To run `convbot` in Windows or Mac, you may give it a spin by cloning the repo (git clone [https://github.com/ffreemt/convbot](https://github.com/ffreemt/convbot)) and installing pytorch manually.
|
|
|
|
| 3 |
|
| 4 |
A conversational bot based on huggingface transformers
|
| 5 |
|
| 6 |
+
Try it out [](https://colab.research.google.com/github/ffreemt/convbot/blob/master/convbot_demo.ipynb)
|
| 7 |
+
|
| 8 |
## Install it
|
| 9 |
|
| 10 |
```shell
|
|
|
|
| 51 |
Bot: I don't have a heat source.
|
| 52 |
You:
|
| 53 |
|
| 54 |
+
## Colab testrun `convbot-demo.ipynb`
|
| 55 |
+
|
| 56 |
+
[](https://colab.research.google.com/github/ffreemt/convbot/blob/master/convbot_demo.ipynb)
|
| 57 |
+
|
| 58 |
## Not tested in Windows 10 and Mac
|
| 59 |
|
| 60 |
The module uses pytorch that is installed differently in Windows than in Linux. To run `convbot` in Windows or Mac, you may give it a spin by cloning the repo (git clone [https://github.com/ffreemt/convbot](https://github.com/ffreemt/convbot)) and installing pytorch manually.
|