Update README.md
Browse files
README.md
CHANGED
|
@@ -341,14 +341,6 @@ Geilim is evaluated on:
|
|
| 341 |
- **Model class**: `AsteriskForCausalLM` (extends LlamaForCausalLM)
|
| 342 |
- **Loading**: Requires `trust_remote_code=True`
|
| 343 |
|
| 344 |
-
### Training Your Own
|
| 345 |
-
```bash
|
| 346 |
-
# Install dependencies
|
| 347 |
-
pip install -r requirements.txt
|
| 348 |
-
|
| 349 |
-
# Train Geilim-1B-Instruct
|
| 350 |
-
python train_geilim.py
|
| 351 |
-
```
|
| 352 |
|
| 353 |
---
|
| 354 |
|
|
|
|
| 341 |
- **Model class**: `AsteriskForCausalLM` (extends LlamaForCausalLM)
|
| 342 |
- **Loading**: Requires `trust_remote_code=True`
|
| 343 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
|
| 345 |
---
|
| 346 |
|