Adapting commited on
Commit
bd28772
1 Parent(s): 64a5e97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,9 +1,9 @@
1
- # commit hash
2
  1. 5 epoch training: 5e2267251ec1555e81f9ed6f090e1f70355ff1c8
3
  2. 10 epoch training: 2e347c5f162fe18bb8d874d2bd0b46ae3d9ff175
4
  3. 13 epoch training: 58b307615eb37f44a9233318427420b330fb6cea
5
 
6
- # training results
7
  | Num of Epochs | Training Loss| Validation Loss|
8
  | :--- | :--- | :--- |
9
  | 1 | 1.569600 | 1.605180 |
@@ -12,7 +12,7 @@
12
  | 4 | 1.151600 | 1.520266 |
13
  | 5 | 1.094100 | 1.516026 |
14
 
15
- # usage
16
  ```python
17
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
18
 
@@ -33,5 +33,5 @@ print(pipe_5(input))
33
 
34
  ```
35
 
36
- # dataset
37
  [link](https://huggingface.co/datasets/Adapting/Knowledge-Driven-Dialogues)
 
1
+ # Commit Hash
2
  1. 5 epoch training: 5e2267251ec1555e81f9ed6f090e1f70355ff1c8
3
  2. 10 epoch training: 2e347c5f162fe18bb8d874d2bd0b46ae3d9ff175
4
  3. 13 epoch training: 58b307615eb37f44a9233318427420b330fb6cea
5
 
6
+ # Training Results
7
  | Num of Epochs | Training Loss| Validation Loss|
8
  | :--- | :--- | :--- |
9
  | 1 | 1.569600 | 1.605180 |
 
12
  | 4 | 1.151600 | 1.520266 |
13
  | 5 | 1.094100 | 1.516026 |
14
 
15
+ # Usage
16
  ```python
17
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
18
 
 
33
 
34
  ```
35
 
36
+ # Dataset
37
  [link](https://huggingface.co/datasets/Adapting/Knowledge-Driven-Dialogues)