FlorianSteigleder commited on
Commit
eee9077
1 Parent(s): 9ebfa31

Added sources

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ Feel free to use the "Inference API" on the right to play around with the model.
16
 
17
  ## Model Details
18
 
19
- - Trained using [transformers](https://huggingface.co/docs/transformers)
20
  - Used the [microsoft/xtremedistil-l6-h384-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h384-uncased) model as a base.
21
  - Used the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset for training
22
 
@@ -26,7 +26,7 @@ Feel free to use the "Inference API" on the right to play around with the model.
26
  - **Developed by:** Florian Steigleder, Nils Waldraff
27
  - **Shared by:** Florian Steigleder, Nils Waldraff
28
 
29
- ### Plug'n Play:
30
  ```python
31
  # prerequisites
32
  !pip install transformers
 
16
 
17
  ## Model Details
18
 
19
+ - Trained using [transformers](https://huggingface.co/docs/transformers) for [python](https://www.python.org/)
20
  - Used the [microsoft/xtremedistil-l6-h384-uncased](https://huggingface.co/microsoft/xtremedistil-l6-h384-uncased) model as a base.
21
  - Used the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset for training
22
 
 
26
  - **Developed by:** Florian Steigleder, Nils Waldraff
27
  - **Shared by:** Florian Steigleder, Nils Waldraff
28
 
29
+ ### Plug'n Play (Python):
30
  ```python
31
  # prerequisites
32
  !pip install transformers