Dontopedia

Results Directory

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)

Results Directory has 6 facts recorded in Dontopedia across 3 references, with 1 live disagreement.

6 facts·5 predicates·3 sources·1 in dispute

Mostly:rdf:type(2), has path(1), is path(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (2)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

hasOutputDirectoryHas Output Directory(1)

hasParameterHas Parameter(1)

Other facts (6)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

6 facts
PredicateValueRef
Rdf:typeDirectory[1]
Rdf:typeOutput Directory[2]
Has Path./results[2]
Is Path./results[3]
Is Relative Pathtrue[3]
StoresTrained Model[3]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/d63b152b-34b0-4323-aea7-f9df40b773a8
ex:Directory
typebeam/018e6829-a4ce-4a26-9be8-6d8ad3231779
ex:OutputDirectory
hasPathbeam/018e6829-a4ce-4a26-9be8-6d8ad3231779
./results
isPathbeam/044caebd-7135-4d04-8046-0eaeb9f0641d
./results
isRelativePathbeam/044caebd-7135-4d04-8046-0eaeb9f0641d
true
storesbeam/044caebd-7135-4d04-8046-0eaeb9f0641d
ex:trained-model

References (3)

3 references
  1. ctx:claims/beam/d63b152b-34b0-4323-aea7-f9df40b773a8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d63b152b-34b0-4323-aea7-f9df40b773a8
      Show excerpt
      #### 1. Data Preprocessing ```python from transformers import LlamaTokenizer import torch # Load tokenizer tokenizer = LlamaTokenizer.from_pretrained("llama-2-13b") # Tokenize dataset def tokenize_function(examples): return tokenizer
  2. ctx:claims/beam/018e6829-a4ce-4a26-9be8-6d8ad3231779
    • full textbeam-chunk
      text/plain1 KBdoc:beam/018e6829-a4ce-4a26-9be8-6d8ad3231779
      Show excerpt
      # Define training arguments training_args = TrainingArguments( output_dir='./results', num_train_epochs=3, per_device_train_batch_size=16, per_device_eval_batch_size=16, warmup_steps=500, weight_decay=0.01, loggi
  3. ctx:claims/beam/044caebd-7135-4d04-8046-0eaeb9f0641d
    • full textbeam-chunk
      text/plain1 KBdoc:beam/044caebd-7135-4d04-8046-0eaeb9f0641d
      Show excerpt
      item = {key: torch.tensor(val[idx]) for key, val in self.encodings.items()} item['labels'] = torch.tensor(self.labels[idx]) return item def __len__(self): return len(self.labels) train_dataset = TokenDa

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.