Menouar commited on
Commit
e9f5d2a
1 Parent(s): 332a751

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,7 +36,7 @@ This model was trained using TRL, LoRA quantization, and Flash Attention.
36
 
37
  Due to limited GPU resources, I only considered 20,000 samples for training.
38
 
39
- For more information, check my [Notebook](https://colab.research.google.com/drive/1e8t5Cj6ZDAOc-z3bweWuBxF8mQZ9IPsH?usp=sharing).
40
 
41
  ```python
42
  import torch
@@ -206,7 +206,7 @@ y = 3 / 11
206
 
207
  ## Training procedure
208
 
209
- For more information, check my [Notebook](https://colab.research.google.com/drive/1e8t5Cj6ZDAOc-z3bweWuBxF8mQZ9IPsH?usp=sharing).
210
 
211
  ### Training hyperparameters
212
 
@@ -224,7 +224,7 @@ The following hyperparameters were used during training:
224
 
225
  ### Training results
226
 
227
- The training results can be found [here](https://huggingface.co/Menouar/falcon7b-linear-equations/tensorboard)
228
 
229
  ### Framework versions
230
 
 
36
 
37
  Due to limited GPU resources, I only considered 20,000 samples for training.
38
 
39
+ For more information, check my [**Notebook**](https://colab.research.google.com/drive/1e8t5Cj6ZDAOc-z3bweWuBxF8mQZ9IPsH?usp=sharing).
40
 
41
  ```python
42
  import torch
 
206
 
207
  ## Training procedure
208
 
209
+ For more information, check my [**Notebook**](https://colab.research.google.com/drive/1e8t5Cj6ZDAOc-z3bweWuBxF8mQZ9IPsH?usp=sharing).
210
 
211
  ### Training hyperparameters
212
 
 
224
 
225
  ### Training results
226
 
227
+ The training results can be found on [**TensorBoard**](https://huggingface.co/Menouar/falcon7b-linear-equations/tensorboard)
228
 
229
  ### Framework versions
230