SiGiTechnologies commited on
Commit
e9f1e4b
·
verified ·
1 Parent(s): ece268f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # **PREDY 1.1**
2
 
3
  Predy 1.1 is a finetuned version of gpt-2 available, at the moment, in the English language.
@@ -37,17 +51,3 @@ A line of the dataset looks like this:
37
  As Predy is still an experiment it uses a csv structured dataset, in future versions the structure used will be **jsonl based**.
38
 
39
  README in progress...
40
- ---
41
- license: gpl-3.0
42
- language:
43
- - en
44
- base_model:
45
- - openai-community/gpt2
46
- pipeline_tag: text-classification
47
- tags:
48
- - text-classification
49
- - domotics
50
- - DLMs
51
- datasets:
52
- - SiGiTechnologies/the-home-dataset-beta-1
53
- ---
 
1
+ ---
2
+ license: gpl-3.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - openai-community/gpt2
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - text-classification
10
+ - domotics
11
+ - DLMs
12
+ datasets:
13
+ - SiGiTechnologies/the-home-dataset-beta-1
14
+ ---
15
  # **PREDY 1.1**
16
 
17
  Predy 1.1 is a finetuned version of gpt-2 available, at the moment, in the English language.
 
51
  As Predy is still an experiment it uses a csv structured dataset, in future versions the structure used will be **jsonl based**.
52
 
53
  README in progress...