Commit ·
91ebeda
1
Parent(s): 1fc5e56
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ datasets:
|
|
| 12 |
|
| 13 |
This is a version of [BigScience's T0](https://huggingface.co/bigscience/T0_3B) with 3 billion parameters that is modified so you can generate **and fine-tune the model in colab or equivalent desktop gpu (e.g. single 1080Ti)**. Inspired by [GPT-J 8bit](https://huggingface.co/hivemind/gpt-j-6B-8bit).
|
| 14 |
|
| 15 |
-
Here's how to run it: [](https://colab.research.google.com/drive/
|
| 16 |
|
| 17 |
This model can be easily loaded using the `T5ForConditionalGeneration` functionality:
|
| 18 |
```python
|
|
|
|
| 12 |
|
| 13 |
This is a version of [BigScience's T0](https://huggingface.co/bigscience/T0_3B) with 3 billion parameters that is modified so you can generate **and fine-tune the model in colab or equivalent desktop gpu (e.g. single 1080Ti)**. Inspired by [GPT-J 8bit](https://huggingface.co/hivemind/gpt-j-6B-8bit).
|
| 14 |
|
| 15 |
+
Here's how to run it: [](https://colab.research.google.com/drive/1lMja-CPc0vm5_-gXNXAWU-9c0nom7vZ9)
|
| 16 |
|
| 17 |
This model can be easily loaded using the `T5ForConditionalGeneration` functionality:
|
| 18 |
```python
|