Feature Extraction
Transformers
Safetensors
bert
physics
NLP
embedding
sentence-transformer
text-embeddings-inference
Instructions to use thellert/physbert_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thellert/physbert_uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="thellert/physbert_uncased")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("thellert/physbert_uncased") model = AutoModel.from_pretrained("thellert/physbert_uncased") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/pscratch/sd/t/thellert/physllm/checkpoints/
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/pscratch/sd/t/thellert/physllm/checkpoints/post_ext_1v1/checkpoint-1344",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437951328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99df240bac8741b3907b77619cd9e0e8c1ca63c1b7db5f1d24855cdbb8d8d6c0
|
| 3 |
size 437951328
|