ordinarykids commited on
Commit
dae79bf
1 Parent(s): f48d600

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -2
README.md CHANGED
@@ -1,3 +1,56 @@
1
- DistillGPT2 model trained on Borges short fiction translated into english.
2
 
3
- text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ ---
3
+ language:
4
+ -
5
+ -
6
+ thumbnail:
7
+ tags:
8
+ -
9
+ -
10
+ -
11
+ license:
12
+ datasets:
13
+ -
14
+ -
15
+ metrics:
16
+ -
17
+ -
18
+ ---
19
+
20
+ # MyModelName
21
+ Borges02
22
+
23
+ ## Model description
24
+
25
+ You can generate new short stories from Jorge Luis Borges.
26
+
27
+ ## Intended uses & limitations
28
+
29
+ #### How to use
30
+
31
+ ```python
32
+ # You can include sample code which will be formatted
33
+ ```
34
+
35
+ #### Limitations and bias
36
+
37
+ Provide examples of latent issues and potential remediations.
38
+
39
+ ## Training data
40
+
41
+ Describe the data you used to train the model.
42
+ If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
43
+
44
+ ## Training procedure
45
+
46
+ Preprocessing, hardware used, hyperparameters...
47
+
48
+ ## Eval results
49
+
50
+ ### BibTeX entry and citation info
51
+
52
+ ```bibtex
53
+ @inproceedings{...,
54
+ year={2020}
55
+ }
56
+ ```