rdiehlmartinez
commited on
Commit
β’
53c0dc3
1
Parent(s):
8ec16ff
Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,8 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
76 |
### Training Your Own Suite (GitHub)
|
77 |
```bash
|
78 |
# Clone the repository
|
79 |
-
git clone https://github.com/rdiehlmartinez/pico.git
|
|
|
80 |
|
81 |
# Configure your model suite
|
82 |
# Edit configs/train.yaml to specify model sizes and training parameters
|
@@ -121,9 +122,8 @@ Contributions welcome on both platforms:
|
|
121 |
|
122 |
## π« Contact
|
123 |
|
124 |
-
- HuggingFace: [pico-lm](https://huggingface.co/pico-lm)
|
125 |
- GitHub: [rdiehlmartinez/pico](https://github.com/rdiehlmartinez/pico)
|
126 |
-
- Author: Richard Diehl Martinez
|
127 |
|
128 |
## π Citation
|
129 |
|
|
|
76 |
### Training Your Own Suite (GitHub)
|
77 |
```bash
|
78 |
# Clone the repository
|
79 |
+
git clone https://github.com/rdiehlmartinez/pico.git && cd pico
|
80 |
+
source setup.sh
|
81 |
|
82 |
# Configure your model suite
|
83 |
# Edit configs/train.yaml to specify model sizes and training parameters
|
|
|
122 |
|
123 |
## π« Contact
|
124 |
|
|
|
125 |
- GitHub: [rdiehlmartinez/pico](https://github.com/rdiehlmartinez/pico)
|
126 |
+
- Author: [Richard Diehl Martinez](https://richarddiehlmartinez.com)
|
127 |
|
128 |
## π Citation
|
129 |
|