Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,32 @@ Base model: https://huggingface.co/simonko912/simllama-1.1-base <br>
|
|
| 28 |
| WikiText-2 | 3.188 | 24.24 |
|
| 29 |
| Penn Treebank | 4.059 | 57.94 |
|
| 30 |
| LAMBADA | 3.656 | 38.70 |
|
| 31 |
-
| C4 | 3.302 | 27.16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
| WikiText-2 | 3.188 | 24.24 |
|
| 29 |
| Penn Treebank | 4.059 | 57.94 |
|
| 30 |
| LAMBADA | 3.656 | 38.70 |
|
| 31 |
+
| C4 | 3.302 | 27.16 |
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
### Examples
|
| 35 |
+
````
|
| 36 |
+
User: Make a hello world python program [/INST]
|
| 37 |
+
Full prompt format (leave empty for raw input):
|
| 38 |
+
|
| 39 |
+
Assistant: Here's an example Python program that takes in a string as input and prints it:
|
| 40 |
+
```
|
| 41 |
+
python
|
| 42 |
+
def hello_world():
|
| 43 |
+
print("Hello, world!")
|
| 44 |
+
```
|
| 45 |
+
````
|
| 46 |
+
````
|
| 47 |
+
User: What is the capital of france? [/INST]
|
| 48 |
+
Full prompt format (leave empty for raw input):
|
| 49 |
+
|
| 50 |
+
Assistant: The capital of France is Paris.
|
| 51 |
+
***
|
| 52 |
+
Paris is famous for its historical landmarks and cultural institutions. Here are some of the most popular tourist attractions:
|
| 53 |
+
* Clock Tower: This iconic clock tower is one of the most famous in the world, and it's also one of the most famous clocks in the world.
|
| 54 |
+
* Notre Dame Cathedral: A beautiful Gothic cathedral with intricate carvings and a stunning view of the city.
|
| 55 |
+
* La Plaza de la Seine: A beautiful and historic landmark, it's one of the most famous landmarks in the world.
|
| 56 |
+
* Vatican City: A UNESCO World Heritage Site, the Vatican City is one of the world's largest and most visited tourist destinations.
|
| 57 |
+
* Santa Cruz de la Catedral: A historic city with a rich history and culture, it's one of the most famous and vibrant cities in the world.
|
| 58 |
+
* Santa Monica de los Nevis: A historic city with a rich history and cultural significance, it's one of the most famous tourist spots in the world.
|
| 59 |
+
````
|