RaphBL commited on
Commit
19182f8
1 Parent(s): 1ea07e5

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - exbert
5
+ license: apache-2.0
6
+ datasets:
7
+ - bookcorpus
8
+ - wikipedia
9
+ ---
10
+
11
+ # GREAT model
12
+
13
+
14
+ ## Model description
15
+
16
+ GreatModel is ...
17
+
18
+ ## Intended uses & limitations
19
+
20
+ GreatModel does not solve any NLP problem ... for exercise purpose only.
21
+
22
+
23
+ ### How to use
24
+
25
+ You can use this model directly with a pipeline for masked language modeling:
26
+
27
+ ```python
28
+ >>> TODO
29
+
30
+ ```
31
+
32
+ Here is how to use this model to get the features of a given text in PyTorch:
33
+
34
+ ```python
35
+ >>> TODO
36
+ ```
37
+
38
+ and in TensorFlow:
39
+
40
+ ```python
41
+ >>> TODO
42
+
43
+ ```
44
+
45
+ ### Limitations and bias
46
+
47
+ ## Training data
48
+
49
+ ## Training procedure
50
+
51
+ ### Preprocessing
52
+
53
+ ### Pretraining
54
+
55
+ ## Evaluation results
56
+
57
+ ### BibTeX entry and citation info
58
+