Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
70 |
## How to Get Started with the Model
|
71 |
|
72 |
Use the code below to get started with the model.
|
|
|
73 |
model_id = "mani-a-i/gemma_prvlaw_1e"
|
74 |
model = AutoModelForCausalLM.from_pretrained(model_id,device_map="auto")
|
75 |
tokenizer = AutoTokenizer.from_pretrained("google/gemma-2b-it")
|
@@ -91,6 +92,8 @@ def gen(prompt):
|
|
91 |
|
92 |
out = gen("Hi")
|
93 |
|
|
|
|
|
94 |
[More Information Needed]
|
95 |
|
96 |
## Training Details
|
|
|
70 |
## How to Get Started with the Model
|
71 |
|
72 |
Use the code below to get started with the model.
|
73 |
+
```
|
74 |
model_id = "mani-a-i/gemma_prvlaw_1e"
|
75 |
model = AutoModelForCausalLM.from_pretrained(model_id,device_map="auto")
|
76 |
tokenizer = AutoTokenizer.from_pretrained("google/gemma-2b-it")
|
|
|
92 |
|
93 |
out = gen("Hi")
|
94 |
|
95 |
+
```
|
96 |
+
|
97 |
[More Information Needed]
|
98 |
|
99 |
## Training Details
|