K00B404 commited on
Commit
d6f1c10
1 Parent(s): 13c0d0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -7,16 +7,17 @@ tags:
7
  - coder
8
  datasets:
9
  - flytech/python-codes-25k
10
- ---
11
- WIP
12
- # gpt2-medium coding model
13
- # fine tuned on
14
- # Epochs 3 flytech/python-codes-25k (4500)
15
- # flytech/python-codes-25k
16
- # Training Loss: 0.4007
17
- # Validation Loss: 0.5526
18
-
19
- # Epochs 3
20
- # espejelomar/code_search_net_python_10000_examples (4800)
21
- # Training Loss: 1.5355
22
- # Validation Loss: 1.1723
 
 
7
  - coder
8
  datasets:
9
  - flytech/python-codes-25k
10
+ - espejelomar/code_search_net_python_10000_examples
11
+ #!Work in progress!#
12
+ base model:
13
+ - gpt2-medium coding model
14
+ fine tuned:
15
+ - Epochs 3
16
+ - flytech/python-codes-25k (4600)
17
+ - Training Loss: 0.4007
18
+ - Validation Loss: 0.5526
19
+
20
+ - Epochs 3
21
+ - espejelomar/code_search_net_python_10000_examples (4800)
22
+ - Training Loss: 1.5355
23
+ - Validation Loss: 1.1723