Update README.md
Browse files
README.md
CHANGED
|
@@ -47,16 +47,5 @@ This model is intended for research and academic purposes, especially for:
|
|
| 47 |
- Contextual language modeling
|
| 48 |
- Comparison between xLSTM-based models and Transformer-based models
|
| 49 |
|
| 50 |
-
## Files
|
| 51 |
-
|
| 52 |
-
Recommended repository files:
|
| 53 |
-
|
| 54 |
-
- `checkpoint.pt` or `pytorch_model.bin`: trained model checkpoint
|
| 55 |
-
- `model.py`: Bi-xLSTM[7:1] model architecture
|
| 56 |
-
- `config.json`: model configuration
|
| 57 |
-
- `label2id.json`: label-to-index mapping
|
| 58 |
-
- `id2label.json`: index-to-label mapping
|
| 59 |
-
- `requirements.txt`: required Python libraries
|
| 60 |
-
- `inference_example.py`: example inference script
|
| 61 |
|
| 62 |
|
|
|
|
| 47 |
- Contextual language modeling
|
| 48 |
- Comparison between xLSTM-based models and Transformer-based models
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|