Instructions to use PenguinMan/MIREAD_TEST_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PenguinMan/MIREAD_TEST_1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("PenguinMan/MIREAD_TEST_1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
01d52a3
1
Parent(s): bd54b41
Pushing contrastive model
Browse filesModel trained on subset dataset
- .gitattributes +1 -0
- vocab.txt +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ sentence_bert_config.json filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
special_tokens_map.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
tokenizer_config.json filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
vocab.txt filter=lfs diff=lfs merge=lfs -text
|
vocab.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6f7c3a7ff01b54103435f4b3832ca9cb549081d6715213126c0ed9718c3b7d4
|
| 3 |
+
size 440454783
|