vldsavelyev commited on
Commit
f7e5ef1
1 Parent(s): ba810ec

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -18,15 +18,15 @@ Fine-tuned from [sberbank-ai/rugpt3small_based_on_gpt2](https://huggingface.co/s
18
 
19
  ## Intended uses & limitations
20
 
21
- Generate articles
 
 
22
 
23
  ## Training and evaluation data
24
 
25
  Fine-tuned on [murakami](https://huggingface.co/datasets/vldsavelyev/murakami) dataset,
26
  which was built from Russian translations of novels by Haruki Murakami.
27
 
28
- ## Training procedure
29
-
30
  ### Training hyperparameters
31
 
32
  The following hyperparameters were used during training:
@@ -40,9 +40,6 @@ The following hyperparameters were used during training:
40
  - num_epochs: 3.0
41
  - mixed_precision_training: Native AMP (fp16=True)
42
 
43
- ### Training results
44
-
45
-
46
 
47
  ### Framework versions
48
 
 
18
 
19
  ## Intended uses & limitations
20
 
21
+ Generate novels in the style of Haruki Murakami, in Russian.
22
+
23
+ Just my exercise to learn the Huggingface ecosystem, really.
24
 
25
  ## Training and evaluation data
26
 
27
  Fine-tuned on [murakami](https://huggingface.co/datasets/vldsavelyev/murakami) dataset,
28
  which was built from Russian translations of novels by Haruki Murakami.
29
 
 
 
30
  ### Training hyperparameters
31
 
32
  The following hyperparameters were used during training:
 
40
  - num_epochs: 3.0
41
  - mixed_precision_training: Native AMP (fp16=True)
42
 
 
 
 
43
 
44
  ### Framework versions
45