Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import
|
2 |
import streamlit as st
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
@@ -18,7 +17,6 @@ def get_model():
|
|
18 |
|
19 |
#tokenizer = AutoTokenizer.from_pretrained("HuggingFaceTB/SmolLM-360M")
|
20 |
#model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-360M")
|
21 |
-
|
22 |
|
23 |
tokenizer = AutoTokenizer.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
|
24 |
model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import numpy as np
|
3 |
import pandas as pd
|
|
|
17 |
|
18 |
#tokenizer = AutoTokenizer.from_pretrained("HuggingFaceTB/SmolLM-360M")
|
19 |
#model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-360M")
|
|
|
20 |
|
21 |
tokenizer = AutoTokenizer.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
|
22 |
model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
|