Ransaka commited on
Commit
9b0043f
1 Parent(s): fb0623e

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -139
README.md DELETED
@@ -1,139 +0,0 @@
1
- ---
2
- language:
3
- - si
4
-
5
- ---
6
- # Model Card for tiny-wav2vec2-no-tokenizer
7
-
8
-
9
- # Model Details
10
-
11
- ## Model Description
12
-
13
-
14
- - **Developed by:** Ransaka Ravihara
15
- - **Shared by [Optional]:** Ransaka Ravihara
16
- - **Model type:** More information needed
17
- - **Language(s) (NLP):** si
18
- - **License:** More information needed
19
- - **Related Models:**
20
- - **Parent Model:** GPT-2
21
-
22
- # Uses
23
-
24
-
25
- ## Direct Use
26
-
27
- This model can be used for the task of Text2Text generation
28
-
29
-
30
- ## Downstream Use [Optional]
31
-
32
- More information needed
33
-
34
- ## Out-of-Scope Use
35
-
36
- More information needed
37
-
38
- # Bias, Risks, and Limitations
39
-
40
- More information needed
41
-
42
- ## Recommendations
43
-
44
- More information needed
45
-
46
- # Training Details
47
-
48
- More information needed
49
-
50
- ## Training Data
51
-
52
- More information needed
53
-
54
- ## Training Procedure
55
-
56
- More information needed
57
-
58
- ### Preprocessing
59
-
60
- More information needed
61
-
62
- ### Speeds, Sizes, Times
63
-
64
- More information needed
65
-
66
- # Evaluation
67
-
68
-
69
- ## Testing Data, Factors & Metrics
70
-
71
- ### Testing Data
72
-
73
- More information needed
74
-
75
- ### Factors
76
-
77
-
78
- ### Metrics
79
-
80
- More information needed
81
- ## Results
82
-
83
- More information needed
84
-
85
- # Model Examination
86
-
87
- More information needed
88
-
89
- # Environmental Impact
90
-
91
-
92
- - **Hardware Type:** More information needed
93
- - **Hours used:** More information needed
94
- - **Cloud Provider:** More information needed
95
- - **Compute Region:** More information needed
96
- - **Carbon Emitted:** More information needed
97
-
98
- # Technical Specifications [optional]
99
-
100
- ## Model Architecture and Objective
101
-
102
- More information needed
103
-
104
- ## Compute Infrastructure
105
-
106
- More information needed
107
-
108
- ### Hardware
109
-
110
- More information needed
111
-
112
- ### Software
113
- More information needed
114
-
115
- # Glossary [optional]
116
- More information needed
117
-
118
- # More Information [optional]
119
-
120
- More information needed
121
-
122
- # Model Card Authors [optional]
123
-
124
-
125
- Patrick von Platen in collaboration with the Hugging Face team
126
-
127
- # Model Card Contact
128
-
129
- More information needed
130
-
131
- # How to Get Started with the Model
132
-
133
- Use the code below to get started with the model.
134
-
135
- ```python
136
- from transformers import GPT2TokenizerFast
137
-
138
- GPT2TokenizerFast.from_pretrained("Ransaka/gpt2-tokenizer-fast")
139
- ```