xrusnack commited on
Commit
f7a0e81
·
verified ·
1 Parent(s): 5320a6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -17,6 +17,11 @@ language:
17
 
18
  This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
19
 
 
 
 
 
 
20
  ## Example of Inference:
21
  ```python
22
  alpaca_prompt = "### Text: {} ### Summary: {}"
 
17
 
18
  This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
19
 
20
+ ## Training
21
+ The gpt-4o-mini model was used to summarize 100 of the text examples in this dataset https://huggingface.co/datasets/vojtam/czech_books_descriptions
22
+ The lora model was trained on this summaries.
23
+
24
+
25
  ## Example of Inference:
26
  ```python
27
  alpaca_prompt = "### Text: {} ### Summary: {}"