Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ pip install -U transformers
|
|
60 |
```python
|
61 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
62 |
|
63 |
-
model_name = "
|
64 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
65 |
|
66 |
# load the tokenizer and the model
|
@@ -110,10 +110,10 @@ You can use vLLM and SGLang to deploy the model in an API compatible with OpenAI
|
|
110 |
In this section, we report the evaluation results of Apertus model.
|
111 |
|
112 |
### Base Pre-Trained Model
|
113 |
-
- see [Apertus_Tech_Report.pdf](https://huggingface.co/
|
114 |
|
115 |
### Instruction Model
|
116 |
-
- see [Apertus_Tech_Report.pdf](https://huggingface.co/
|
117 |
|
118 |
## Training
|
119 |
|
@@ -143,8 +143,8 @@ Apertus can produce text on a variety of topics, but the generated content may n
|
|
143 |
## Legal Aspects
|
144 |
|
145 |
#### EU AI Act Transparency Documentation and Code of Practice
|
146 |
-
- [Apertus_EU_Public_Summary.pdf](https://huggingface.co/
|
147 |
-
- [Apertus_EU_Code_of_Practice.pdf](https://huggingface.co/
|
148 |
|
149 |
#### Data Protection and Copyright Requests
|
150 |
For removal requests of personally identifiable information (PII) or of copyrighted content, please contact the respective dataset owners or us directly
|
|
|
60 |
```python
|
61 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
62 |
|
63 |
+
model_name = "adamo1139/Apertus-8B-2509-ungated"
|
64 |
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
65 |
|
66 |
# load the tokenizer and the model
|
|
|
110 |
In this section, we report the evaluation results of Apertus model.
|
111 |
|
112 |
### Base Pre-Trained Model
|
113 |
+
- see [Apertus_Tech_Report.pdf](https://huggingface.co/adamo1139/Apertus-8B-2509-ungated/blob/main/Apertus_Tech_Report.pdf)
|
114 |
|
115 |
### Instruction Model
|
116 |
+
- see [Apertus_Tech_Report.pdf](https://huggingface.co/adamo1139/Apertus-8B-2509-ungated/blob/main/Apertus_Tech_Report.pdf)
|
117 |
|
118 |
## Training
|
119 |
|
|
|
143 |
## Legal Aspects
|
144 |
|
145 |
#### EU AI Act Transparency Documentation and Code of Practice
|
146 |
+
- [Apertus_EU_Public_Summary.pdf](https://huggingface.co/adamo1139/Apertus-8B-2509-ungated/blob/main/Apertus_EU_Public_Summary.pdf)
|
147 |
+
- [Apertus_EU_Code_of_Practice.pdf](https://huggingface.co/adamo1139/Apertus-8B-2509-ungated/blob/main/Apertus_EU_Code_of_Practice.pdf)
|
148 |
|
149 |
#### Data Protection and Copyright Requests
|
150 |
For removal requests of personally identifiable information (PII) or of copyrighted content, please contact the respective dataset owners or us directly
|