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