Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ for chunk_num in range(23):
|
|
| 43 |
diff_embeddings.extend(data.tolist())
|
| 44 |
```
|
| 45 |
|
| 46 |
-
### 3. Tokens (`
|
| 47 |
- **Description**: Original Dataset tokenized, pairs of Buggy and Fixed code.
|
| 48 |
- **Format**: Pickle file
|
| 49 |
- **Load with**:
|
|
@@ -65,7 +65,7 @@ for chunk_num in range(23):
|
|
| 65 |
tokenized_data.extend(data)
|
| 66 |
```
|
| 67 |
|
| 68 |
-
### 4. Buggy + Fixed Embeddings (`
|
| 69 |
- **Description**: Preprocessed tokenized sequences
|
| 70 |
- **Format**: Pickle file
|
| 71 |
- **Load with**:
|
|
|
|
| 43 |
diff_embeddings.extend(data.tolist())
|
| 44 |
```
|
| 45 |
|
| 46 |
+
### 3. Tokens (`chunk_XXXX.pkl`)
|
| 47 |
- **Description**: Original Dataset tokenized, pairs of Buggy and Fixed code.
|
| 48 |
- **Format**: Pickle file
|
| 49 |
- **Load with**:
|
|
|
|
| 65 |
tokenized_data.extend(data)
|
| 66 |
```
|
| 67 |
|
| 68 |
+
### 4. Buggy + Fixed Embeddings (`buggy_fixed_embeddings_chunk_XXXX.pkl`)
|
| 69 |
- **Description**: Preprocessed tokenized sequences
|
| 70 |
- **Format**: Pickle file
|
| 71 |
- **Load with**:
|