code and demo
Browse files
README.md
CHANGED
@@ -50,8 +50,9 @@ This model is light and performs very fast.
|
|
50 |
|
51 |
## Use the model
|
52 |
|
53 |
-
Click the following link to open the model's demo
|
54 |
|
|
|
55 |
```python
|
56 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
|
57 |
|
|
|
50 |
|
51 |
## Use the model
|
52 |
|
53 |
+
Click the following link to open the model's demo:<br/> https://huggingface.co/spaces/Rahmat82/RHM-text-summarizer-light
|
54 |
|
55 |
+
Code:
|
56 |
```python
|
57 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
|
58 |
|