aspctu commited on
Commit
0fd65ce
1 Parent(s): 2bebd3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,9 +6,9 @@ language:
6
  ---
7
  ### Model card for Alpaca-30B
8
 
9
- This is a Llama model instruction-finetuned with LoRa for 3 epochs on the Tatsu Labs Alpaca dataset. It was trained in 8bit mode.
10
 
11
- To run this model, you can run the following
12
 
13
  ```
14
  # Code adapted from https://github.com/tloen/alpaca-lora
 
6
  ---
7
  ### Model card for Alpaca-30B
8
 
9
+ This is a Llama model instruction-finetuned with LoRa for 3 epochs on the Tatsu Labs Alpaca dataset. It was trained in 8bit mode. The final train loss was
10
 
11
+ To run this model, you can run the following or use the following repo for [generation](https://github.com/aspctu/alpaca-lora).
12
 
13
  ```
14
  # Code adapted from https://github.com/tloen/alpaca-lora