Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ model = BartForConditionalGeneration.from_pretrained(model_name)
|
|
| 40 |
tokenizer = PreTrainedTokenizerFast.from_pretrained(model_name)
|
| 41 |
```
|
| 42 |
|
| 43 |
-
3) Prepare your input. Below is a simple example describing fields
|
| 44 |
|
| 45 |
```python
|
| 46 |
input_text = "[SOS] FIELD SPIN 0 SU2 2 U1 1 FIELD SPIN 1 / 2 SU3 3 SU2 2 U1 1 / 3 HEL - 1 / 2 [EOS]"
|
|
|
|
| 40 |
tokenizer = PreTrainedTokenizerFast.from_pretrained(model_name)
|
| 41 |
```
|
| 42 |
|
| 43 |
+
3) Prepare your input. Below is a simple example describing two fields, a scalar with charges (1, 2, 1) and a fermion with -1/2 Helicity with charges (3, 2, 1/3) under (SU(3), SU(2), U(1)):
|
| 44 |
|
| 45 |
```python
|
| 46 |
input_text = "[SOS] FIELD SPIN 0 SU2 2 U1 1 FIELD SPIN 1 / 2 SU3 3 SU2 2 U1 1 / 3 HEL - 1 / 2 [EOS]"
|