garrachonr
commited on
Commit
·
39e26b7
1
Parent(s):
34e9ced
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ LlamaDos is a model oriented to have conversations in Spanish. It results from a
|
|
9 |
|
10 |
This has allowed the training to be performed on a single consumer graph (RTX 3090). More specifically, more than 250,000 conversational data were used and the training took approximately 140 hours.
|
11 |
|
|
|
|
|
12 |
The training has been performed following the original data structure of the Llama2 paper, so it is recommended to follow the same structure for inference:
|
13 |
|
14 |
```python
|
|
|
9 |
|
10 |
This has allowed the training to be performed on a single consumer graph (RTX 3090). More specifically, more than 250,000 conversational data were used and the training took approximately 140 hours.
|
11 |
|
12 |
+
More info on github: https://github.com/Garrachonr/llamaDos
|
13 |
+
|
14 |
The training has been performed following the original data structure of the Llama2 paper, so it is recommended to follow the same structure for inference:
|
15 |
|
16 |
```python
|