Text Classification
Transformers
PyTorch
TensorBoard
English
distilbert
wikipedia
wikidata
text-embeddings-inference
Instructions to use derenrich/psychiq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use derenrich/psychiq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="derenrich/psychiq")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("derenrich/psychiq") model = AutoModelForSequenceClassification.from_pretrained("derenrich/psychiq") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/Nov10_06-35-57_a94857e00da2/1668062174.0194511/events.out.tfevents.1668062174.a94857e00da2.72.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0914d88210dc6079008d1fddb3e8a9f6d2cfdd29379b54d70b60d51d68cb5859
|
| 3 |
+
size 5538
|
runs/Nov10_06-35-57_a94857e00da2/events.out.tfevents.1668062173.a94857e00da2.72.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ec1d2dc7d0a4629bafc6d4f64c3578a4c0f8360caed53c8a703247b0e1e2163
|
| 3 |
+
size 49192
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acd33058bfb0fab1873b582bd5d0885f57062a9d2a480e8831a703849bc0c098
|
| 3 |
size 3439
|