Commit
·
5a2bb94
1
Parent(s):
65c4df2
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ datasets:
|
|
14 |
|
15 |
This is a version of Cedille's GPT-J (fr-boris) with 6 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).
|
16 |
|
17 |
-
Here's how to run it: [](https://colab.research.google.com/drive/
|
18 |
|
19 |
This model can be easily loaded using the `GPTJForCausalLM` functionality:
|
20 |
```python
|
|
|
14 |
|
15 |
This is a version of Cedille's GPT-J (fr-boris) with 6 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).
|
16 |
|
17 |
+
Here's how to run it: [](https://colab.research.google.com/drive/1lMja-CPc0vm5_-gXNXAWU-9c0nom7vZ9)
|
18 |
|
19 |
This model can be easily loaded using the `GPTJForCausalLM` functionality:
|
20 |
```python
|