spankevich commited on
Commit
911d561
·
verified ·
1 Parent(s): 2e9d1be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -10,27 +10,23 @@ tags:
10
  licence: license
11
  ---
12
 
13
- # Model Card for trainer_output
 
 
 
14
 
15
  This model is a fine-tuned version of [HuggingFaceTB/SmolLM-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-135M-Instruct) on the [HumanLLMs/Human-Like-DPO-Dataset](https://huggingface.co/datasets/HumanLLMs/Human-Like-DPO-Dataset) dataset.
16
  It has been trained using [TRL](https://github.com/huggingface/trl).
17
 
18
- ## Quick start
19
 
20
- ```python
21
- from transformers import pipeline
22
-
23
- question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
- generator = pipeline("text-generation", model="spankevich/trainer_output", device="cuda")
25
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
- print(output["generated_text"])
27
- ```
28
 
29
  ## Training procedure
30
 
31
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/spankevichteam/hw2-rlhf/runs/4b5k1ftd)
32
 
33
 
 
 
34
  This model was trained with Reward.
35
 
36
  ### Framework versions
 
10
  licence: license
11
  ---
12
 
13
+
14
+
15
+ Reward model for NLP homework at HSE
16
+
17
 
18
  This model is a fine-tuned version of [HuggingFaceTB/SmolLM-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-135M-Instruct) on the [HumanLLMs/Human-Like-DPO-Dataset](https://huggingface.co/datasets/HumanLLMs/Human-Like-DPO-Dataset) dataset.
19
  It has been trained using [TRL](https://github.com/huggingface/trl).
20
 
 
21
 
 
 
 
 
 
 
 
 
22
 
23
  ## Training procedure
24
 
25
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/spankevichteam/hw2-rlhf/runs/4b5k1ftd)
26
 
27
 
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/67b0bd703230f308b6a233c4/Sdj-UAXEMW5jl3gAPREED.png)
29
+
30
  This model was trained with Reward.
31
 
32
  ### Framework versions