Dongsung commited on
Commit
f894943
1 Parent(s): d33e505

Update model description

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,6 +6,12 @@ This model contains just the `IPUConfig` files for running the Wav2Vec2 base mod
6
 
7
  **This model contains no model weights, only an IPUConfig.**
8
 
 
 
 
 
 
 
9
  ## Usage
10
 
11
  ```
6
 
7
  **This model contains no model weights, only an IPUConfig.**
8
 
9
+ ## Model description
10
+ From [wav2vec 2.0: A Framework for Self-Supervised
11
+ Learning of Speech Representations](https://arxiv.org/pdf/2006.11477v3.pdf),
12
+
13
+ “Wave2vec2 is a framework for self-supervised learning of speech representations. It masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned.”
14
+
15
  ## Usage
16
 
17
  ```